public sealed class MigrationServiceClientImpl : MigrationServiceClientReference documentation and code samples for the Vertex AI v1beta1 API class MigrationServiceClientImpl.
MigrationService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Remarks
A service that migrates resources from automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com to Vertex AI.
Constructors
MigrationServiceClientImpl(MigrationServiceClient, MigrationServiceSettings, ILogger)
public MigrationServiceClientImpl(MigrationService.MigrationServiceClient grpcClient, MigrationServiceSettings settings, ILogger logger)Constructs a client wrapper for the MigrationService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
MigrationServiceMigrationServiceClientThe underlying gRPC client. |
settings |
MigrationServiceSettingsThe base MigrationServiceSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
BatchMigrateResourcesOperationsClient
public override OperationsClient BatchMigrateResourcesOperationsClient { get; }The long-running operations client for BatchMigrateResources.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
GrpcClient
public override MigrationService.MigrationServiceClient GrpcClient { get; }The underlying gRPC MigrationService client
| Property Value | |
|---|---|
| Type | Description |
MigrationServiceMigrationServiceClient |
|
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }The IAMPolicyClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
IAMPolicyClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
Methods
BatchMigrateResources(BatchMigrateResourcesRequest, CallSettings)
public override Operation<BatchMigrateResourcesResponse, BatchMigrateResourcesOperationMetadata> BatchMigrateResources(BatchMigrateResourcesRequest request, CallSettings callSettings = null)Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchMigrateResourcesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationBatchMigrateResourcesResponseBatchMigrateResourcesOperationMetadata |
The RPC response. |
BatchMigrateResourcesAsync(BatchMigrateResourcesRequest, CallSettings)
public override Task<Operation<BatchMigrateResourcesResponse, BatchMigrateResourcesOperationMetadata>> BatchMigrateResourcesAsync(BatchMigrateResourcesRequest request, CallSettings callSettings = null)Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchMigrateResourcesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationBatchMigrateResourcesResponseBatchMigrateResourcesOperationMetadata |
A Task containing the RPC response. |
SearchMigratableResources(SearchMigratableResourcesRequest, CallSettings)
public override PagedEnumerable<SearchMigratableResourcesResponse, MigratableResource> SearchMigratableResources(SearchMigratableResourcesRequest request, CallSettings callSettings = null)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 object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableSearchMigratableResourcesResponseMigratableResource |
A pageable sequence of MigratableResource resources. |
SearchMigratableResourcesAsync(SearchMigratableResourcesRequest, CallSettings)
public override PagedAsyncEnumerable<SearchMigratableResourcesResponse, MigratableResource> SearchMigratableResourcesAsync(SearchMigratableResourcesRequest request, CallSettings callSettings = null)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 object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableSearchMigratableResourcesResponseMigratableResource |
A pageable asynchronous sequence of MigratableResource resources. |