Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MigratableResourcesResource

The "migratableResources" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.MigratableResourcesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.MigratableResourcesResource

Constructors

MigratableResourcesResource(IClientService)

Constructs a new resource.

Declaration
public MigratableResourcesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.MigratableResourcesResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.MigratableResourcesResource.OperationsResource

Methods

BatchMigrate(GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest, string)

Batch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI.

Declaration
public virtual ProjectsResource.LocationsResource.MigratableResourcesResource.BatchMigrateRequest BatchMigrate(GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1beta1BatchMigrateResourcesRequest body

The body of the request.

string parent

Required. The location of the migrated resource will live in. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.MigratableResourcesResource.BatchMigrateRequest

Search(GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest, string)

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.

Declaration
public virtual ProjectsResource.LocationsResource.MigratableResourcesResource.SearchRequest Search(GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1beta1SearchMigratableResourcesRequest body

The body of the request.

string parent

Required. The location that the migratable resources should be searched from. It's the Vertex AI location that the resources can be migrated to, not the resources' original location. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.MigratableResourcesResource.SearchRequest
In this article
Back to top Generated by DocFX