Cloud AI Platform v1 API - Class MigrateResourceResponse (3.0.0)

public sealed class MigrateResourceResponse : IMessage<MigrateResourceResponse>, IEquatable<MigrateResourceResponse>, IDeepCloneable<MigrateResourceResponse>, IBufferMessage, IMessage

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

Describes a successfully migrated resource.

Inheritance

object > MigrateResourceResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

MigrateResourceResponse()

public MigrateResourceResponse()

MigrateResourceResponse(MigrateResourceResponse)

public MigrateResourceResponse(MigrateResourceResponse other)
Parameter
Name Description
other MigrateResourceResponse

Properties

Dataset

public string Dataset { get; set; }

Migrated Dataset's resource name.

Property Value
Type Description
string

DatasetAsDatasetName

public DatasetName DatasetAsDatasetName { get; set; }

DatasetName-typed view over the Dataset resource name property.

Property Value
Type Description
DatasetName

HasDataset

public bool HasDataset { get; }

Gets whether the "dataset" field is set

Property Value
Type Description
bool

HasModel

public bool HasModel { get; }

Gets whether the "model" field is set

Property Value
Type Description
bool

MigratableResource

public MigratableResource MigratableResource { get; set; }

Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.

Property Value
Type Description
MigratableResource

MigratedResourceCase

public MigrateResourceResponse.MigratedResourceOneofCase MigratedResourceCase { get; }
Property Value
Type Description
MigrateResourceResponseMigratedResourceOneofCase

Model

public string Model { get; set; }

Migrated Model's resource name.

Property Value
Type Description
string

ModelAsModelName

public ModelName ModelAsModelName { get; set; }

ModelName-typed view over the Model resource name property.

Property Value
Type Description
ModelName