Uses of Interface
com.google.cloud.aiplatform.v1beta1.ErrorAnalysisAnnotation.AttributedItemOrBuilder
-
Packages that use ErrorAnalysisAnnotation.AttributedItemOrBuilder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ErrorAnalysisAnnotation.AttributedItemOrBuilder in com.google.cloud.aiplatform.v1beta1
Classes in com.google.cloud.aiplatform.v1beta1 that implement ErrorAnalysisAnnotation.AttributedItemOrBuilder Modifier and Type Class Description static class
ErrorAnalysisAnnotation.AttributedItem
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.static class
ErrorAnalysisAnnotation.AttributedItem.Builder
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.Methods in com.google.cloud.aiplatform.v1beta1 that return ErrorAnalysisAnnotation.AttributedItemOrBuilder Modifier and Type Method Description ErrorAnalysisAnnotation.AttributedItemOrBuilder
ErrorAnalysisAnnotation.Builder. getAttributedItemsOrBuilder(int index)
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.ErrorAnalysisAnnotation.AttributedItemOrBuilder
ErrorAnalysisAnnotation. getAttributedItemsOrBuilder(int index)
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.ErrorAnalysisAnnotation.AttributedItemOrBuilder
ErrorAnalysisAnnotationOrBuilder. getAttributedItemsOrBuilder(int index)
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ErrorAnalysisAnnotation.AttributedItemOrBuilder Modifier and Type Method Description List<? extends ErrorAnalysisAnnotation.AttributedItemOrBuilder>
ErrorAnalysisAnnotation.Builder. getAttributedItemsOrBuilderList()
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.List<? extends ErrorAnalysisAnnotation.AttributedItemOrBuilder>
ErrorAnalysisAnnotation. getAttributedItemsOrBuilderList()
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.List<? extends ErrorAnalysisAnnotation.AttributedItemOrBuilder>
ErrorAnalysisAnnotationOrBuilder. getAttributedItemsOrBuilderList()
Attributed items for a given annotation, typically representing neighbors from the training sets constrained by the query type.
-