Class PredictResponse (0.7.1)

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.v1beta1.DeployedModel.model] [PredictSchemata's][google.cloud.aiplatform.v1beta1.Model.predict_schemata] ``prediction_schema_uri``.
deployed_model_id str
ID of the Endpoint's DeployedModel that served this prediction.

Inheritance

builtins.object > proto.message.Message > PredictResponse