Class PredictResponse (1.17.0)

PredictResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for PredictionService.Predict.

Attributes

NameDescription
predictions Sequence[google.protobuf.struct_pb2.Value]
The predictions that are the output of the predictions call. The schema of any single prediction may be specified via Endpoint's DeployedModels' [Model's ][google.cloud.aiplatform.v1.DeployedModel.model] [PredictSchemata's][google.cloud.aiplatform.v1.Model.predict_schemata] prediction_schema_uri.
deployed_model_id str
ID of the Endpoint's DeployedModel that served this prediction.
model str
Output only. The resource name of the Model which is deployed as the DeployedModel that this prediction hits.
model_version_id str
Output only. The version ID of the Model which is deployed as the DeployedModel that this prediction hits.
model_display_name str
Output only. The [display name][google.cloud.aiplatform.v1.Model.display_name] of the Model which is deployed as the DeployedModel that this prediction hits.

Inheritance

builtins.object > proto.message.Message > PredictResponse