Uses of Class
com.google.cloud.aiplatform.v1.DatasetServiceClient.ListAnnotationsPagedResponse
Packages that use DatasetServiceClient.ListAnnotationsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of DatasetServiceClient.ListAnnotationsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DatasetServiceClient.ListAnnotationsPagedResponseModifier and TypeMethodDescriptionDatasetServiceClient.listAnnotations(DataItemName parent) Lists Annotations belongs to a dataitem.DatasetServiceClient.listAnnotations(ListAnnotationsRequest request) Lists Annotations belongs to a dataitem.DatasetServiceClient.listAnnotations(String parent) Lists Annotations belongs to a dataitem.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DatasetServiceClient.ListAnnotationsPagedResponseModifier and TypeMethodDescriptionDatasetServiceClient.ListAnnotationsPagedResponse.createAsync(PageContext<ListAnnotationsRequest, ListAnnotationsResponse, Annotation> context, ApiFuture<ListAnnotationsResponse> futureResponse) DatasetServiceClient.listAnnotationsPagedCallable()Lists Annotations belongs to a dataitem.PagedCallSettings.Builder<ListAnnotationsRequest,ListAnnotationsResponse, DatasetServiceClient.ListAnnotationsPagedResponse> DatasetServiceSettings.Builder.listAnnotationsSettings()Returns the builder for the settings used for calls to listAnnotations.PagedCallSettings<ListAnnotationsRequest,ListAnnotationsResponse, DatasetServiceClient.ListAnnotationsPagedResponse> DatasetServiceSettings.listAnnotationsSettings()Returns the object with the settings used for calls to listAnnotations. -
Uses of DatasetServiceClient.ListAnnotationsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type DatasetServiceClient.ListAnnotationsPagedResponseModifier and TypeMethodDescriptionDatasetServiceStub.listAnnotationsPagedCallable()GrpcDatasetServiceStub.listAnnotationsPagedCallable()PagedCallSettings.Builder<ListAnnotationsRequest,ListAnnotationsResponse, DatasetServiceClient.ListAnnotationsPagedResponse> DatasetServiceStubSettings.Builder.listAnnotationsSettings()Returns the builder for the settings used for calls to listAnnotations.PagedCallSettings<ListAnnotationsRequest,ListAnnotationsResponse, DatasetServiceClient.ListAnnotationsPagedResponse> DatasetServiceStubSettings.listAnnotationsSettings()Returns the object with the settings used for calls to listAnnotations.