Uses of Class
com.google.cloud.aiplatform.v1.Annotation
-
Packages that use Annotation Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of Annotation in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Annotation Modifier and Type Method Description AnnotationAnnotation.Builder. build()AnnotationAnnotation.Builder. buildPartial()AnnotationDataItemView.Builder. getAnnotations(int index)The Annotations on the DataItem.AnnotationDataItemView. getAnnotations(int index)The Annotations on the DataItem.AnnotationDataItemViewOrBuilder. getAnnotations(int index)The Annotations on the DataItem.AnnotationListAnnotationsResponse.Builder. getAnnotations(int index)A list of Annotations that matches the specified filter in the request.AnnotationListAnnotationsResponse. getAnnotations(int index)A list of Annotations that matches the specified filter in the request.AnnotationListAnnotationsResponseOrBuilder. getAnnotations(int index)A list of Annotations that matches the specified filter in the request.static AnnotationAnnotation. getDefaultInstance()AnnotationAnnotation.Builder. getDefaultInstanceForType()AnnotationAnnotation. getDefaultInstanceForType()static AnnotationAnnotation. parseDelimitedFrom(InputStream input)static AnnotationAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationAnnotation. parseFrom(byte[] data)static AnnotationAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationAnnotation. parseFrom(com.google.protobuf.ByteString data)static AnnotationAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static AnnotationAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationAnnotation. parseFrom(InputStream input)static AnnotationAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnnotationAnnotation. parseFrom(ByteBuffer data)static AnnotationAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>DataItemView.Builder. getAnnotationsList()The Annotations on the DataItem.List<Annotation>DataItemView. getAnnotationsList()The Annotations on the DataItem.List<Annotation>DataItemViewOrBuilder. getAnnotationsList()The Annotations on the DataItem.List<Annotation>ListAnnotationsResponse.Builder. getAnnotationsList()A list of Annotations that matches the specified filter in the request.List<Annotation>ListAnnotationsResponse. getAnnotationsList()A list of Annotations that matches the specified filter in the request.List<Annotation>ListAnnotationsResponseOrBuilder. getAnnotationsList()A list of Annotations that matches the specified filter in the request.com.google.protobuf.Parser<Annotation>Annotation. getParserForType()static com.google.protobuf.Parser<Annotation>Annotation. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type Annotation Modifier and Type Method Description DataItemView.BuilderDataItemView.Builder. addAnnotations(int index, Annotation value)The Annotations on the DataItem.DataItemView.BuilderDataItemView.Builder. addAnnotations(Annotation value)The Annotations on the DataItem.ListAnnotationsResponse.BuilderListAnnotationsResponse.Builder. addAnnotations(int index, Annotation value)A list of Annotations that matches the specified filter in the request.ListAnnotationsResponse.BuilderListAnnotationsResponse.Builder. addAnnotations(Annotation value)A list of Annotations that matches the specified filter in the request.Annotation.BuilderAnnotation.Builder. mergeFrom(Annotation other)static Annotation.BuilderAnnotation. newBuilder(Annotation prototype)DataItemView.BuilderDataItemView.Builder. setAnnotations(int index, Annotation value)The Annotations on the DataItem.ListAnnotationsResponse.BuilderListAnnotationsResponse.Builder. setAnnotations(int index, Annotation value)A list of Annotations that matches the specified filter in the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type Annotation Modifier and Type Method Description DataItemView.BuilderDataItemView.Builder. addAllAnnotations(Iterable<? extends Annotation> values)The Annotations on the DataItem.ListAnnotationsResponse.BuilderListAnnotationsResponse.Builder. addAllAnnotations(Iterable<? extends Annotation> values)A list of Annotations that matches the specified filter in the request.static com.google.api.core.ApiFuture<DatasetServiceClient.ListAnnotationsPagedResponse>DatasetServiceClient.ListAnnotationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, com.google.api.core.ApiFuture<ListAnnotationsResponse> futureResponse)protected DatasetServiceClient.ListAnnotationsPageDatasetServiceClient.ListAnnotationsPage. createPage(com.google.api.gax.rpc.PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, ListAnnotationsResponse response)com.google.api.core.ApiFuture<DatasetServiceClient.ListAnnotationsPage>DatasetServiceClient.ListAnnotationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context, com.google.api.core.ApiFuture<ListAnnotationsResponse> futureResponse)
-