GoogleCloudAiplatformV1ExplainRequest class
Request message for PredictionService.Explain.
Constructors
-
GoogleCloudAiplatformV1ExplainRequest({String? deployedModelId, GoogleCloudAiplatformV1ExplanationSpecOverride? explanationSpecOverride, List<
Object?> ? instances, Object? parameters}) - GoogleCloudAiplatformV1ExplainRequest.fromJson(Map json_)
Properties
- deployedModelId ↔ String?
-
If specified, this ExplainRequest will be served by the chosen
DeployedModel, overriding Endpoint.traffic_split.
getter/setter pair
- explanationSpecOverride ↔ GoogleCloudAiplatformV1ExplanationSpecOverride?
-
If specified, overrides the explanation_spec of the DeployedModel.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instances
↔ List<
Object?> ? -
The instances that are the input to the explanation call.
getter/setter pair
- parameters ↔ Object?
-
The parameters that govern the prediction.
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