Class MigratableResource (1.8.0)

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

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
MigratableResource.Types.AutomlDataset

AutomlModel

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

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

Property Value
TypeDescription
MigratableResource.Types.AutomlModel

DataLabelingDataset

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

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

Property Value
TypeDescription
MigratableResource.Types.DataLabelingDataset

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
MigratableResource.Types.MlEngineModelVersion

ResourceCase

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