Uses of Class
com.google.cloud.aiplatform.v1beta1.MigrationServiceClient.SearchMigratableResourcesPagedResponse
-
Packages that use MigrationServiceClient.SearchMigratableResourcesPagedResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of MigrationServiceClient.SearchMigratableResourcesPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return MigrationServiceClient.SearchMigratableResourcesPagedResponse Modifier and Type Method Description MigrationServiceClient.SearchMigratableResourcesPagedResponseMigrationServiceClient. searchMigratableResources(LocationName parent)Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location.MigrationServiceClient.SearchMigratableResourcesPagedResponseMigrationServiceClient. searchMigratableResources(SearchMigratableResourcesRequest request)Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location.MigrationServiceClient.SearchMigratableResourcesPagedResponseMigrationServiceClient. searchMigratableResources(String parent)Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type MigrationServiceClient.SearchMigratableResourcesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MigrationServiceClient.SearchMigratableResourcesPagedResponse>MigrationServiceClient.SearchMigratableResourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource> context, com.google.api.core.ApiFuture<SearchMigratableResourcesResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<SearchMigratableResourcesRequest,MigrationServiceClient.SearchMigratableResourcesPagedResponse>MigrationServiceClient. searchMigratableResourcesPagedCallable()Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigrationServiceClient.SearchMigratableResourcesPagedResponse>MigrationServiceSettings.Builder. searchMigratableResourcesSettings()Returns the builder for the settings used for calls to searchMigratableResources.com.google.api.gax.rpc.PagedCallSettings<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigrationServiceClient.SearchMigratableResourcesPagedResponse>MigrationServiceSettings. searchMigratableResourcesSettings()Returns the object with the settings used for calls to searchMigratableResources. -
Uses of MigrationServiceClient.SearchMigratableResourcesPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
-