Class GoogleCloudAiplatformV1MigrateResourceResponse
Describes a successfully migrated resource.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MigrateResourceResponse : IDirectResponseSchema
Properties
Dataset
Migrated Dataset's resource name.
Declaration
[JsonProperty("dataset")]
public virtual string Dataset { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MigratableResource
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.
Declaration
[JsonProperty("migratableResource")]
public virtual GoogleCloudAiplatformV1MigratableResource MigratableResource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1MigratableResource |
Model
Migrated Model's resource name.
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |