Class MigratableResource (2.3.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
Name Description
other MigratableResource

Properties

AutomlDataset

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

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

Property Value
Type Description
MigratableResource.Types.AutomlDataset

AutomlModel

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

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

Property Value
Type Description
MigratableResource.Types.AutomlModel

DataLabelingDataset

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

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

Property Value
Type Description
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
Type Description
Timestamp

LastUpdateTime

public Timestamp LastUpdateTime { get; set; }

Output only. Timestamp when this MigratableResource was last updated.

Property Value
Type Description
Timestamp

MlEngineModelVersion

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

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

Property Value
Type Description
MigratableResource.Types.MlEngineModelVersion

ResourceCase

public MigratableResource.ResourceOneofCase ResourceCase { get; }
Property Value
Type Description
MigratableResource.ResourceOneofCase