Uses of Class
com.google.cloud.aiplatform.v1beta1.ErrorAnalysisAnnotation
-
Packages that use ErrorAnalysisAnnotation Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ErrorAnalysisAnnotation in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ErrorAnalysisAnnotation Modifier and Type Method Description ErrorAnalysisAnnotation
ErrorAnalysisAnnotation.Builder. build()
ErrorAnalysisAnnotation
ErrorAnalysisAnnotation.Builder. buildPartial()
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. getDefaultInstance()
ErrorAnalysisAnnotation
ErrorAnalysisAnnotation.Builder. getDefaultInstanceForType()
ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. getDefaultInstanceForType()
ErrorAnalysisAnnotation
EvaluatedAnnotation.Builder. getErrorAnalysisAnnotations(int index)
Annotations of model error analysis results.ErrorAnalysisAnnotation
EvaluatedAnnotation. getErrorAnalysisAnnotations(int index)
Annotations of model error analysis results.ErrorAnalysisAnnotation
EvaluatedAnnotationOrBuilder. getErrorAnalysisAnnotations(int index)
Annotations of model error analysis results.static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseDelimitedFrom(InputStream input)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseFrom(byte[] data)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseFrom(com.google.protobuf.ByteString data)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseFrom(InputStream input)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseFrom(ByteBuffer data)
static ErrorAnalysisAnnotation
ErrorAnalysisAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ErrorAnalysisAnnotation Modifier and Type Method Description List<ErrorAnalysisAnnotation>
EvaluatedAnnotation.Builder. getErrorAnalysisAnnotationsList()
Annotations of model error analysis results.List<ErrorAnalysisAnnotation>
EvaluatedAnnotation. getErrorAnalysisAnnotationsList()
Annotations of model error analysis results.List<ErrorAnalysisAnnotation>
EvaluatedAnnotationOrBuilder. getErrorAnalysisAnnotationsList()
Annotations of model error analysis results.com.google.protobuf.Parser<ErrorAnalysisAnnotation>
ErrorAnalysisAnnotation. getParserForType()
static com.google.protobuf.Parser<ErrorAnalysisAnnotation>
ErrorAnalysisAnnotation. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ErrorAnalysisAnnotation Modifier and Type Method Description EvaluatedAnnotation.Builder
EvaluatedAnnotation.Builder. addErrorAnalysisAnnotations(int index, ErrorAnalysisAnnotation value)
Annotations of model error analysis results.EvaluatedAnnotation.Builder
EvaluatedAnnotation.Builder. addErrorAnalysisAnnotations(ErrorAnalysisAnnotation value)
Annotations of model error analysis results.ErrorAnalysisAnnotation.Builder
ErrorAnalysisAnnotation.Builder. mergeFrom(ErrorAnalysisAnnotation other)
static ErrorAnalysisAnnotation.Builder
ErrorAnalysisAnnotation. newBuilder(ErrorAnalysisAnnotation prototype)
EvaluatedAnnotation.Builder
EvaluatedAnnotation.Builder. setErrorAnalysisAnnotations(int index, ErrorAnalysisAnnotation value)
Annotations of model error analysis results.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ErrorAnalysisAnnotation Modifier and Type Method Description EvaluatedAnnotation.Builder
EvaluatedAnnotation.Builder. addAllErrorAnalysisAnnotations(Iterable<? extends ErrorAnalysisAnnotation> values)
Annotations of model error analysis results.
-