Cloud AI Platform v1 API - Class MigratableResource (2.27.0)

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

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

Represents one resource that exists in automl.googleapis.com, datalabeling.googleapis.com or ml.googleapis.com.

Inheritance

object > MigratableResource

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

MigratableResource()

public MigratableResource()

MigratableResource(MigratableResource)

public MigratableResource(MigratableResource other)
Parameter
NameDescription
otherMigratableResource

Properties

AutomlDataset

public MigratableResource.Types.AutomlDataset AutomlDataset { get; set; }

Output only. Represents one Dataset in automl.googleapis.com.

Property Value
TypeDescription
MigratableResourceTypesAutomlDataset

AutomlModel

public MigratableResource.Types.AutomlModel AutomlModel { get; set; }

Output only. Represents one Model in automl.googleapis.com.

Property Value
TypeDescription
MigratableResourceTypesAutomlModel

DataLabelingDataset

public MigratableResource.Types.DataLabelingDataset DataLabelingDataset { get; set; }

Output only. Represents one Dataset in datalabeling.googleapis.com.

Property Value
TypeDescription
MigratableResourceTypesDataLabelingDataset

LastMigrateTime

public Timestamp LastMigrateTime { get; set; }

Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.

Property Value
TypeDescription
Timestamp

LastUpdateTime

public Timestamp LastUpdateTime { get; set; }

Output only. Timestamp when this MigratableResource was last updated.

Property Value
TypeDescription
Timestamp

MlEngineModelVersion

public MigratableResource.Types.MlEngineModelVersion MlEngineModelVersion { get; set; }

Output only. Represents one Version in ml.googleapis.com.

Property Value
TypeDescription
MigratableResourceTypesMlEngineModelVersion

ResourceCase

public MigratableResource.ResourceOneofCase ResourceCase { get; }
Property Value
TypeDescription
MigratableResourceResourceOneofCase