Uses of Class
com.google.cloud.aiplatform.v1.EvaluatedAnnotationExplanation
-
Packages that use EvaluatedAnnotationExplanation Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of EvaluatedAnnotationExplanation in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return EvaluatedAnnotationExplanation Modifier and Type Method Description EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation.Builder. build()
EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation.Builder. buildPartial()
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. getDefaultInstance()
EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation.Builder. getDefaultInstanceForType()
EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. getDefaultInstanceForType()
EvaluatedAnnotationExplanation
EvaluatedAnnotation.Builder. getExplanations(int index)
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].EvaluatedAnnotationExplanation
EvaluatedAnnotation. getExplanations(int index)
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].EvaluatedAnnotationExplanation
EvaluatedAnnotationOrBuilder. getExplanations(int index)
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseDelimitedFrom(InputStream input)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseFrom(byte[] data)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseFrom(com.google.protobuf.ByteString data)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseFrom(com.google.protobuf.CodedInputStream input)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseFrom(InputStream input)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseFrom(ByteBuffer data)
static EvaluatedAnnotationExplanation
EvaluatedAnnotationExplanation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type EvaluatedAnnotationExplanation Modifier and Type Method Description List<EvaluatedAnnotationExplanation>
EvaluatedAnnotation.Builder. getExplanationsList()
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].List<EvaluatedAnnotationExplanation>
EvaluatedAnnotation. getExplanationsList()
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].List<EvaluatedAnnotationExplanation>
EvaluatedAnnotationOrBuilder. getExplanationsList()
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].com.google.protobuf.Parser<EvaluatedAnnotationExplanation>
EvaluatedAnnotationExplanation. getParserForType()
static com.google.protobuf.Parser<EvaluatedAnnotationExplanation>
EvaluatedAnnotationExplanation. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type EvaluatedAnnotationExplanation Modifier and Type Method Description EvaluatedAnnotation.Builder
EvaluatedAnnotation.Builder. addExplanations(int index, EvaluatedAnnotationExplanation value)
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].EvaluatedAnnotation.Builder
EvaluatedAnnotation.Builder. addExplanations(EvaluatedAnnotationExplanation value)
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].EvaluatedAnnotationExplanation.Builder
EvaluatedAnnotationExplanation.Builder. mergeFrom(EvaluatedAnnotationExplanation other)
static EvaluatedAnnotationExplanation.Builder
EvaluatedAnnotationExplanation. newBuilder(EvaluatedAnnotationExplanation prototype)
EvaluatedAnnotation.Builder
EvaluatedAnnotation.Builder. setExplanations(int index, EvaluatedAnnotationExplanation value)
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type EvaluatedAnnotationExplanation Modifier and Type Method Description EvaluatedAnnotation.Builder
EvaluatedAnnotation.Builder. addAllExplanations(Iterable<? extends EvaluatedAnnotationExplanation> values)
Explanations of [predictions][google.cloud.aiplatform.v1.EvaluatedAnnotation.predictions].
-