Class GoogleCloudAiplatformV1beta1MigratableResource
Represents one resource that exists in automl.googleapis.com, datalabeling.googleapis.com or ml.googleapis.com.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1MigratableResource : IDirectResponseSchema
Properties
AutomlDataset
Output only. Represents one Dataset in automl.googleapis.com.
Declaration
[JsonProperty("automlDataset")]
public virtual GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset AutomlDataset { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset |
AutomlModel
Output only. Represents one Model in automl.googleapis.com.
Declaration
[JsonProperty("automlModel")]
public virtual GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel AutomlModel { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel |
DataLabelingDataset
Output only. Represents one Dataset in datalabeling.googleapis.com.
Declaration
[JsonProperty("dataLabelingDataset")]
public virtual GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset DataLabelingDataset { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset |
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 GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion MlEngineModelVersion { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion |