GoogleCloudAiplatformV1PredictResponse class
Response message for PredictionService.Predict.
Constructors
-
GoogleCloudAiplatformV1PredictResponse({String? deployedModelId, Object? metadata, String? model, String? modelDisplayName, String? modelVersionId, List<
Object?> ? predictions}) - GoogleCloudAiplatformV1PredictResponse.fromJson(Map json_)
Properties
- deployedModelId ↔ String?
-
ID of the Endpoint's DeployedModel that served this prediction.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata ↔ Object?
-
Request-level metadata returned by the model.
getter/setter pair
- model ↔ String?
-
The resource name of the Model which is deployed as the DeployedModel that
this prediction hits.
getter/setter pair
- modelDisplayName ↔ String?
-
The display name of the Model which is deployed as the DeployedModel that
this prediction hits.
getter/setter pair
- modelVersionId ↔ String?
-
The version ID of the Model which is deployed as the DeployedModel that
this prediction hits.
getter/setter pair
-
predictions
↔ List<
Object?> ? -
The predictions that are the output of the predictions call.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited