Show / Hide Table of Contents

Class GoogleCloudAiplatformV1MigratableResource

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

Inheritance
object
GoogleCloudAiplatformV1MigratableResource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MigratableResource : IDirectResponseSchema

Properties

AutomlDataset

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

Declaration
[JsonProperty("automlDataset")]
public virtual GoogleCloudAiplatformV1MigratableResourceAutomlDataset AutomlDataset { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1MigratableResourceAutomlDataset

AutomlModel

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

Declaration
[JsonProperty("automlModel")]
public virtual GoogleCloudAiplatformV1MigratableResourceAutomlModel AutomlModel { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1MigratableResourceAutomlModel

DataLabelingDataset

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

Declaration
[JsonProperty("dataLabelingDataset")]
public virtual GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset DataLabelingDataset { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastMigrateTime

object representation of LastMigrateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastMigrateTimeDateTimeOffset instead.")]
public virtual object LastMigrateTime { get; set; }
Property Value
Type Description
object

LastMigrateTimeDateTimeOffset

DateTimeOffset representation of LastMigrateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastMigrateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastMigrateTimeRaw

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.

Declaration
[JsonProperty("lastMigrateTime")]
public virtual string LastMigrateTimeRaw { get; set; }
Property Value
Type Description
string

LastUpdateTime

object representation of LastUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdateTimeDateTimeOffset instead.")]
public virtual object LastUpdateTime { get; set; }
Property Value
Type Description
object

LastUpdateTimeDateTimeOffset

DateTimeOffset representation of LastUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastUpdateTimeRaw

Output only. Timestamp when this MigratableResource was last updated.

Declaration
[JsonProperty("lastUpdateTime")]
public virtual string LastUpdateTimeRaw { get; set; }
Property Value
Type Description
string

MlEngineModelVersion

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

Declaration
[JsonProperty("mlEngineModelVersion")]
public virtual GoogleCloudAiplatformV1MigratableResourceMlEngineModelVersion MlEngineModelVersion { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1MigratableResourceMlEngineModelVersion

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX