[BindServiceMethod(typeof(MigrationService), "BindService")]
public abstract class MigrationService.MigrationServiceBaseReference documentation and code samples for the Vertex AI v1beta1 API class MigrationService.MigrationServiceBase.
Base class for server-side implementations of MigrationService
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Methods
BatchMigrateResources(BatchMigrateResourcesRequest, ServerCallContext)
public virtual Task<Operation> BatchMigrateResources(BatchMigrateResourcesRequest request, ServerCallContext context)Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchMigrateResourcesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
SearchMigratableResources(SearchMigratableResourcesRequest, ServerCallContext)
public virtual Task<SearchMigratableResourcesResponse> SearchMigratableResources(SearchMigratableResourcesRequest request, ServerCallContext context)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.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchMigratableResourcesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSearchMigratableResourcesResponse |
The response to send back to the client (wrapped by a task). |