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