Class GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult
Represents a partial result in batch migration operation for one MigrateResourceRequest.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult : IDirectResponseSchema
Properties
Dataset
Migrated dataset 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 |
Error
The error result of the migration request in case of failure.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |
Model
Migrated model resource name.
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |
Request
It's the same as the value in MigrateResourceRequest.migrate_resource_requests.
Declaration
[JsonProperty("request")]
public virtual GoogleCloudAiplatformV1beta1MigrateResourceRequest Request { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1MigrateResourceRequest |