Uses of Interface
com.google.cloud.aiplatform.v1.ErrorAnalysisAnnotationOrBuilder
-
Packages that use ErrorAnalysisAnnotationOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of ErrorAnalysisAnnotationOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement ErrorAnalysisAnnotationOrBuilder Modifier and Type Class Description class
ErrorAnalysisAnnotation
Model error analysis for each annotation.static class
ErrorAnalysisAnnotation.Builder
Model error analysis for each annotation.Methods in com.google.cloud.aiplatform.v1 that return ErrorAnalysisAnnotationOrBuilder Modifier and Type Method Description ErrorAnalysisAnnotationOrBuilder
EvaluatedAnnotation.Builder. getErrorAnalysisAnnotationsOrBuilder(int index)
Annotations of model error analysis results.ErrorAnalysisAnnotationOrBuilder
EvaluatedAnnotation. getErrorAnalysisAnnotationsOrBuilder(int index)
Annotations of model error analysis results.ErrorAnalysisAnnotationOrBuilder
EvaluatedAnnotationOrBuilder. getErrorAnalysisAnnotationsOrBuilder(int index)
Annotations of model error analysis results.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ErrorAnalysisAnnotationOrBuilder Modifier and Type Method Description List<? extends ErrorAnalysisAnnotationOrBuilder>
EvaluatedAnnotation.Builder. getErrorAnalysisAnnotationsOrBuilderList()
Annotations of model error analysis results.List<? extends ErrorAnalysisAnnotationOrBuilder>
EvaluatedAnnotation. getErrorAnalysisAnnotationsOrBuilderList()
Annotations of model error analysis results.List<? extends ErrorAnalysisAnnotationOrBuilder>
EvaluatedAnnotationOrBuilder. getErrorAnalysisAnnotationsOrBuilderList()
Annotations of model error analysis results.
-