Cloud AI Platform v1 API - Class MigrateResourceResponse (2.27.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
NameDescription
otherMigrateResourceResponse

Properties

Dataset

public string Dataset { get; set; }

Migrated Dataset's resource name.

Property Value
TypeDescription
string

DatasetAsDatasetName

public DatasetName DatasetAsDatasetName { get; set; }

DatasetName-typed view over the Dataset resource name property.

Property Value
TypeDescription
DatasetName

HasDataset

public bool HasDataset { get; }

Gets whether the "dataset" field is set

Property Value
TypeDescription
bool

HasModel

public bool HasModel { get; }

Gets whether the "model" field is set

Property Value
TypeDescription
bool

MigratableResource

public MigratableResource MigratableResource { get; set; }

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

Property Value
TypeDescription
MigratableResource

MigratedResourceCase

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

Model

public string Model { get; set; }

Migrated Model's resource name.

Property Value
TypeDescription
string

ModelAsModelName

public ModelName ModelAsModelName { get; set; }

ModelName-typed view over the Model resource name property.

Property Value
TypeDescription
ModelName