instances property

List<Value> instances
final

Required. The instances that are the input to the prediction call. A DeployedModel may have an upper limit on the number of instances it supports per request, and when it is exceeded the prediction call errors in case of AutoML Models, or, in case of customer created Models, the behaviour is as documented by that Model. The schema of any single instance may be specified via Endpoint's DeployedModels' google.cloud.aiplatform.v1beta1.DeployedModel.model google.cloud.aiplatform.v1beta1.Model.predict_schemata instance_schema_uri.

Implementation

final List<protobuf.Value> instances;