Uses of Class
com.google.cloud.aiplatform.v1beta1.Annotation
-
Packages that use Annotation Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Annotation in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Annotation Modifier and Type Method Description Annotation
Annotation.Builder. build()
Annotation
Annotation.Builder. buildPartial()
Annotation
DataItemView.Builder. getAnnotations(int index)
The Annotations on the DataItem.Annotation
DataItemView. getAnnotations(int index)
The Annotations on the DataItem.Annotation
DataItemViewOrBuilder. getAnnotations(int index)
The Annotations on the DataItem.Annotation
ListAnnotationsResponse.Builder. getAnnotations(int index)
A list of Annotations that matches the specified filter in the request.Annotation
ListAnnotationsResponse. getAnnotations(int index)
A list of Annotations that matches the specified filter in the request.Annotation
ListAnnotationsResponseOrBuilder. getAnnotations(int index)
A list of Annotations that matches the specified filter in the request.static Annotation
Annotation. getDefaultInstance()
Annotation
Annotation.Builder. getDefaultInstanceForType()
Annotation
Annotation. getDefaultInstanceForType()
static Annotation
Annotation. parseDelimitedFrom(InputStream input)
static Annotation
Annotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Annotation
Annotation. parseFrom(byte[] data)
static Annotation
Annotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Annotation
Annotation. parseFrom(com.google.protobuf.ByteString data)
static Annotation
Annotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Annotation
Annotation. parseFrom(com.google.protobuf.CodedInputStream input)
static Annotation
Annotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Annotation
Annotation. parseFrom(InputStream input)
static Annotation
Annotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Annotation
Annotation. parseFrom(ByteBuffer data)
static Annotation
Annotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 with parameters of type Annotation Modifier and Type Method Description DataItemView.Builder
DataItemView.Builder. addAnnotations(int index, Annotation value)
The Annotations on the DataItem.DataItemView.Builder
DataItemView.Builder. addAnnotations(Annotation value)
The Annotations on the DataItem.ListAnnotationsResponse.Builder
ListAnnotationsResponse.Builder. addAnnotations(int index, Annotation value)
A list of Annotations that matches the specified filter in the request.ListAnnotationsResponse.Builder
ListAnnotationsResponse.Builder. addAnnotations(Annotation value)
A list of Annotations that matches the specified filter in the request.Annotation.Builder
Annotation.Builder. mergeFrom(Annotation other)
static Annotation.Builder
Annotation. newBuilder(Annotation prototype)
DataItemView.Builder
DataItemView.Builder. setAnnotations(int index, Annotation value)
The Annotations on the DataItem.ListAnnotationsResponse.Builder
ListAnnotationsResponse.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.v1beta1 with type arguments of type Annotation Modifier and Type Method Description DataItemView.Builder
DataItemView.Builder. addAllAnnotations(Iterable<? extends Annotation> values)
The Annotations on the DataItem.ListAnnotationsResponse.Builder
ListAnnotationsResponse.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.ListAnnotationsPage
DatasetServiceClient.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)
-