Cloud AI Platform v1 API - Class MigrationService.MigrationServiceBase (2.27.0)

[BindServiceMethod(typeof(MigrationService), "BindService")]
public abstract class MigrationService.MigrationServiceBase

Reference documentation and code samples for the Cloud AI Platform v1 API class MigrationService.MigrationServiceBase.

Base class for server-side implementations of MigrationService

Inheritance

object > MigrationService.MigrationServiceBase

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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
NameDescription
requestBatchMigrateResourcesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
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
NameDescription
requestSearchMigratableResourcesRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSearchMigratableResourcesResponse

The response to send back to the client (wrapped by a task).