Interface protos.google.cloud.aiplatform.v1beta1.IPredictRequest (1.7.2)

Properties of a PredictRequest.

Package

@google-cloud/aiplatform!

Properties

endpoint

endpoint?: (string|null);

PredictRequest endpoint

Property Value
TypeDescription
(string|null)

instances

instances?: (google.protobuf.IValue[]|null);

PredictRequest instances

Property Value
TypeDescription
(google.protobuf.IValue[]|null)

parameters

parameters?: (google.protobuf.IValue|null);

PredictRequest parameters

Property Value
TypeDescription
(google.protobuf.IValue|null)