Class PredictResponse (1.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.
model str
Output only. The name of the Model this DeployedModel, that served this prediction, was created from.
model_display_name str
Output only. The [display name][google.cloud.aiplatform.v1beta1.Model.display_name] of the Model this DeployedModel, that served this prediction, was created from.

Inheritance

builtins.object > proto.message.Message > PredictResponse