public static final class MigrationServiceGrpc.MigrationServiceStub extends io.grpc.stub.AbstractAsyncStub<MigrationServiceGrpc.MigrationServiceStub>
A service that migrates resources from automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com to Vertex AI.
| Modifier and Type | Method and Description |
|---|---|
void |
batchMigrateResources(BatchMigrateResourcesRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Batch migrates resources from ml.googleapis.com, automl.googleapis.com,
and datalabeling.googleapis.com to Vertex AI.
|
protected MigrationServiceGrpc.MigrationServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
searchMigratableResources(SearchMigratableResourcesRequest request,
io.grpc.stub.StreamObserver<SearchMigratableResourcesResponse> responseObserver)
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.
|
protected MigrationServiceGrpc.MigrationServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MigrationServiceGrpc.MigrationServiceStub>public void searchMigratableResources(SearchMigratableResourcesRequest request, io.grpc.stub.StreamObserver<SearchMigratableResourcesResponse> responseObserver)
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.
public void batchMigrateResources(BatchMigrateResourcesRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI.
Copyright © 2024 Google LLC. All rights reserved.