Uses of Class
com.google.cloud.aiplatform.v1beta1.Explanation
-
Packages that use Explanation Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Explanation in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Explanation Modifier and Type Method Description Explanation
Explanation.Builder. build()
Explanation
Explanation.Builder. buildPartial()
static Explanation
Explanation. getDefaultInstance()
Explanation
Explanation.Builder. getDefaultInstanceForType()
Explanation
Explanation. getDefaultInstanceForType()
Explanation
EvaluatedAnnotationExplanation.Builder. getExplanation()
Explanation attribution response details.Explanation
EvaluatedAnnotationExplanation. getExplanation()
Explanation attribution response details.Explanation
EvaluatedAnnotationExplanationOrBuilder. getExplanation()
Explanation attribution response details.Explanation
ExplainResponse.Builder. getExplanations(int index)
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].Explanation
ExplainResponse. getExplanations(int index)
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].Explanation
ExplainResponseOrBuilder. getExplanations(int index)
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].static Explanation
Explanation. parseDelimitedFrom(InputStream input)
static Explanation
Explanation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Explanation
Explanation. parseFrom(byte[] data)
static Explanation
Explanation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Explanation
Explanation. parseFrom(com.google.protobuf.ByteString data)
static Explanation
Explanation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Explanation
Explanation. parseFrom(com.google.protobuf.CodedInputStream input)
static Explanation
Explanation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Explanation
Explanation. parseFrom(InputStream input)
static Explanation
Explanation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Explanation
Explanation. parseFrom(ByteBuffer data)
static Explanation
Explanation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Explanation Modifier and Type Method Description List<Explanation>
ExplainResponse.Builder. getExplanationsList()
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].List<Explanation>
ExplainResponse. getExplanationsList()
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].List<Explanation>
ExplainResponseOrBuilder. getExplanationsList()
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].com.google.protobuf.Parser<Explanation>
Explanation. getParserForType()
static com.google.protobuf.Parser<Explanation>
Explanation. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Explanation Modifier and Type Method Description ExplainResponse.Builder
ExplainResponse.Builder. addExplanations(int index, Explanation value)
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].ExplainResponse.Builder
ExplainResponse.Builder. addExplanations(Explanation value)
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].EvaluatedAnnotationExplanation.Builder
EvaluatedAnnotationExplanation.Builder. mergeExplanation(Explanation value)
Explanation attribution response details.Explanation.Builder
Explanation.Builder. mergeFrom(Explanation other)
static Explanation.Builder
Explanation. newBuilder(Explanation prototype)
EvaluatedAnnotationExplanation.Builder
EvaluatedAnnotationExplanation.Builder. setExplanation(Explanation value)
Explanation attribution response details.ExplainResponse.Builder
ExplainResponse.Builder. setExplanations(int index, Explanation value)
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type Explanation Modifier and Type Method Description ExplainResponse.Builder
ExplainResponse.Builder. addAllExplanations(Iterable<? extends Explanation> values)
The explanations of the Model's [PredictResponse.predictions][google.cloud.aiplatform.v1beta1.PredictResponse.predictions].
-