Uses of Interface
com.google.cloud.aiplatform.v1beta1.AnnotationOrBuilder
-
Packages that use AnnotationOrBuilder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of AnnotationOrBuilder in com.google.cloud.aiplatform.v1beta1
Classes in com.google.cloud.aiplatform.v1beta1 that implement AnnotationOrBuilder Modifier and Type Class Description class
Annotation
Used to assign specific AnnotationSpec to a particular area of a DataItem or the whole part of the DataItem.static class
Annotation.Builder
Used to assign specific AnnotationSpec to a particular area of a DataItem or the whole part of the DataItem.Methods in com.google.cloud.aiplatform.v1beta1 that return AnnotationOrBuilder Modifier and Type Method Description AnnotationOrBuilder
DataItemView.Builder. getAnnotationsOrBuilder(int index)
The Annotations on the DataItem.AnnotationOrBuilder
DataItemView. getAnnotationsOrBuilder(int index)
The Annotations on the DataItem.AnnotationOrBuilder
DataItemViewOrBuilder. getAnnotationsOrBuilder(int index)
The Annotations on the DataItem.AnnotationOrBuilder
ListAnnotationsResponse.Builder. getAnnotationsOrBuilder(int index)
A list of Annotations that matches the specified filter in the request.AnnotationOrBuilder
ListAnnotationsResponse. getAnnotationsOrBuilder(int index)
A list of Annotations that matches the specified filter in the request.AnnotationOrBuilder
ListAnnotationsResponseOrBuilder. getAnnotationsOrBuilder(int index)
A list of Annotations that matches the specified filter in the request.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type AnnotationOrBuilder Modifier and Type Method Description List<? extends AnnotationOrBuilder>
DataItemView.Builder. getAnnotationsOrBuilderList()
The Annotations on the DataItem.List<? extends AnnotationOrBuilder>
DataItemView. getAnnotationsOrBuilderList()
The Annotations on the DataItem.List<? extends AnnotationOrBuilder>
DataItemViewOrBuilder. getAnnotationsOrBuilderList()
The Annotations on the DataItem.List<? extends AnnotationOrBuilder>
ListAnnotationsResponse.Builder. getAnnotationsOrBuilderList()
A list of Annotations that matches the specified filter in the request.List<? extends AnnotationOrBuilder>
ListAnnotationsResponse. getAnnotationsOrBuilderList()
A list of Annotations that matches the specified filter in the request.List<? extends AnnotationOrBuilder>
ListAnnotationsResponseOrBuilder. getAnnotationsOrBuilderList()
A list of Annotations that matches the specified filter in the request.
-