Uses of Class
com.google.cloud.aiplatform.v1beta1.DatasetServiceClient.ListDatasetsPagedResponse
-
Packages that use DatasetServiceClient.ListDatasetsPagedResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of DatasetServiceClient.ListDatasetsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return DatasetServiceClient.ListDatasetsPagedResponse Modifier and Type Method Description DatasetServiceClient.ListDatasetsPagedResponse
DatasetServiceClient. listDatasets(ListDatasetsRequest request)
Lists Datasets in a Location.DatasetServiceClient.ListDatasetsPagedResponse
DatasetServiceClient. listDatasets(LocationName parent)
Lists Datasets in a Location.DatasetServiceClient.ListDatasetsPagedResponse
DatasetServiceClient. listDatasets(String parent)
Lists Datasets in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type DatasetServiceClient.ListDatasetsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DatasetServiceClient.ListDatasetsPagedResponse>
DatasetServiceClient.ListDatasetsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDatasetsRequest,ListDatasetsResponse,Dataset> context, com.google.api.core.ApiFuture<ListDatasetsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,DatasetServiceClient.ListDatasetsPagedResponse>
DatasetServiceClient. listDatasetsPagedCallable()
Lists Datasets in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,DatasetServiceClient.ListDatasetsPagedResponse>
DatasetServiceSettings.Builder. listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.com.google.api.gax.rpc.PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,DatasetServiceClient.ListDatasetsPagedResponse>
DatasetServiceSettings. listDatasetsSettings()
Returns the object with the settings used for calls to listDatasets. -
Uses of DatasetServiceClient.ListDatasetsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type DatasetServiceClient.ListDatasetsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,DatasetServiceClient.ListDatasetsPagedResponse>
DatasetServiceStub. listDatasetsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDatasetsRequest,DatasetServiceClient.ListDatasetsPagedResponse>
GrpcDatasetServiceStub. listDatasetsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatasetsRequest,ListDatasetsResponse,DatasetServiceClient.ListDatasetsPagedResponse>
DatasetServiceStubSettings.Builder. listDatasetsSettings()
Returns the builder for the settings used for calls to listDatasets.com.google.api.gax.rpc.PagedCallSettings<ListDatasetsRequest,ListDatasetsResponse,DatasetServiceClient.ListDatasetsPagedResponse>
DatasetServiceStubSettings. listDatasetsSettings()
Returns the object with the settings used for calls to listDatasets.
-