Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult

Represents a partial result in batch migration operation for one MigrateResourceRequest.

Inheritance
object
GoogleCloudAiplatformV1beta1BatchMigrateResourcesOperationMetadataPartialResult
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.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 BatchMigrateResourcesRequest.migrate_resource_requests.

Declaration
[JsonProperty("request")]
public virtual GoogleCloudAiplatformV1beta1MigrateResourceRequest Request { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1MigrateResourceRequest

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX