GoogleCloudAiplatformV1ExplainResponse class
Response message for PredictionService.Explain.
Constructors
-
GoogleCloudAiplatformV1ExplainResponse({String? deployedModelId, List<
GoogleCloudAiplatformV1Explanation> ? explanations, List<Object?> ? predictions}) - GoogleCloudAiplatformV1ExplainResponse.fromJson(Map json_)
Properties
- deployedModelId ↔ String?
-
ID of the Endpoint's DeployedModel that served this explanation.
getter/setter pair
-
explanations
↔ List<
GoogleCloudAiplatformV1Explanation> ? -
The explanations of the Model's PredictResponse.predictions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
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