Uses of Class
com.google.cloud.aiplatform.v1.DatasetServiceClient.ListDataItemsPagedResponse
-
Packages that use DatasetServiceClient.ListDataItemsPagedResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of DatasetServiceClient.ListDataItemsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DatasetServiceClient.ListDataItemsPagedResponse Modifier and Type Method Description DatasetServiceClient.ListDataItemsPagedResponse
DatasetServiceClient. listDataItems(DatasetName parent)
Lists DataItems in a Dataset.DatasetServiceClient.ListDataItemsPagedResponse
DatasetServiceClient. listDataItems(ListDataItemsRequest request)
Lists DataItems in a Dataset.DatasetServiceClient.ListDataItemsPagedResponse
DatasetServiceClient. listDataItems(String parent)
Lists DataItems in a Dataset.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DatasetServiceClient.ListDataItemsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DatasetServiceClient.ListDataItemsPagedResponse>
DatasetServiceClient.ListDataItemsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDataItemsRequest,ListDataItemsResponse,DataItem> context, com.google.api.core.ApiFuture<ListDataItemsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDataItemsRequest,DatasetServiceClient.ListDataItemsPagedResponse>
DatasetServiceClient. listDataItemsPagedCallable()
Lists DataItems in a Dataset.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataItemsRequest,ListDataItemsResponse,DatasetServiceClient.ListDataItemsPagedResponse>
DatasetServiceSettings.Builder. listDataItemsSettings()
Returns the builder for the settings used for calls to listDataItems.com.google.api.gax.rpc.PagedCallSettings<ListDataItemsRequest,ListDataItemsResponse,DatasetServiceClient.ListDataItemsPagedResponse>
DatasetServiceSettings. listDataItemsSettings()
Returns the object with the settings used for calls to listDataItems. -
Uses of DatasetServiceClient.ListDataItemsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type DatasetServiceClient.ListDataItemsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDataItemsRequest,DatasetServiceClient.ListDataItemsPagedResponse>
DatasetServiceStub. listDataItemsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataItemsRequest,DatasetServiceClient.ListDataItemsPagedResponse>
GrpcDatasetServiceStub. listDataItemsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataItemsRequest,ListDataItemsResponse,DatasetServiceClient.ListDataItemsPagedResponse>
DatasetServiceStubSettings.Builder. listDataItemsSettings()
Returns the builder for the settings used for calls to listDataItems.com.google.api.gax.rpc.PagedCallSettings<ListDataItemsRequest,ListDataItemsResponse,DatasetServiceClient.ListDataItemsPagedResponse>
DatasetServiceStubSettings. listDataItemsSettings()
Returns the object with the settings used for calls to listDataItems.
-