public sealed class MigratableResource : IMessage<MigratableResource>, IEquatable<MigratableResource>, IDeepCloneable<MigratableResource>, IBufferMessage, IMessageReference 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.
Implements
IMessage<MigratableResource>, IEquatable<MigratableResource>, IDeepCloneable<MigratableResource>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
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 |
|