ExplainResponse class final

Response message for PredictionService.Explain.

Inheritance
  • Object
  • ProtoMessage
  • ExplainResponse

Constructors

ExplainResponse({List<Explanation> explanations = const [], Map<String, ExplainResponse_ConcurrentExplanation> concurrentExplanations = const {}, String deployedModelId = '', List<Value> predictions = const []})
ExplainResponse.fromJson(Object? j)
factory

Properties

concurrentExplanations Map<String, ExplainResponse_ConcurrentExplanation>
This field stores the results of the explanations run in parallel with The default explanation strategy/method.
final
deployedModelId String
ID of the Endpoint's DeployedModel that served this explanation.
final
explanations List<Explanation>
The explanations of the Model's PredictResponse.predictions.
final
hashCode int
The hash code for this object.
no setterinherited
predictions List<Value>
The predictions that are the output of the predictions call. Same as PredictResponse.predictions.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
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() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String