Uses of Interface
com.google.cloud.aiplatform.v1.AnnotationOrBuilder
-
Packages that use AnnotationOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of AnnotationOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement AnnotationOrBuilder Modifier and Type Class Description classAnnotationUsed to assign specific AnnotationSpec to a particular area of a DataItem or the whole part of the DataItem.static classAnnotation.BuilderUsed to assign specific AnnotationSpec to a particular area of a DataItem or the whole part of the DataItem.Methods in com.google.cloud.aiplatform.v1 that return AnnotationOrBuilder Modifier and Type Method Description AnnotationOrBuilderDataItemView.Builder. getAnnotationsOrBuilder(int index)The Annotations on the DataItem.AnnotationOrBuilderDataItemView. getAnnotationsOrBuilder(int index)The Annotations on the DataItem.AnnotationOrBuilderDataItemViewOrBuilder. getAnnotationsOrBuilder(int index)The Annotations on the DataItem.AnnotationOrBuilderListAnnotationsResponse.Builder. getAnnotationsOrBuilder(int index)A list of Annotations that matches the specified filter in the request.AnnotationOrBuilderListAnnotationsResponse. getAnnotationsOrBuilder(int index)A list of Annotations that matches the specified filter in the request.AnnotationOrBuilderListAnnotationsResponseOrBuilder. getAnnotationsOrBuilder(int index)A list of Annotations that matches the specified filter in the request.Methods in com.google.cloud.aiplatform.v1 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.
-