Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::BatchMigrateResourcesOperationMetadata::PartialResult (v0.63.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::BatchMigrateResourcesOperationMetadata::PartialResult.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset

def dataset() -> ::String
Returns
  • (::String) — Migrated dataset resource name.

    Note: The following fields are mutually exclusive: dataset, error, model. If a field in that set is populated, all other fields in the set will automatically be cleared.

#dataset=

def dataset=(value) -> ::String
Parameter
  • value (::String) — Migrated dataset resource name.

    Note: The following fields are mutually exclusive: dataset, error, model. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — Migrated dataset resource name.

    Note: The following fields are mutually exclusive: dataset, error, model. If a field in that set is populated, all other fields in the set will automatically be cleared.

#error

def error() -> ::Google::Rpc::Status
Returns
  • (::Google::Rpc::Status) — The error result of the migration request in case of failure.

    Note: The following fields are mutually exclusive: error, model, dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
  • value (::Google::Rpc::Status) — The error result of the migration request in case of failure.

    Note: The following fields are mutually exclusive: error, model, dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Rpc::Status) — The error result of the migration request in case of failure.

    Note: The following fields are mutually exclusive: error, model, dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.

#model

def model() -> ::String
Returns
  • (::String) — Migrated model resource name.

    Note: The following fields are mutually exclusive: model, error, dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.

#model=

def model=(value) -> ::String
Parameter
  • value (::String) — Migrated model resource name.

    Note: The following fields are mutually exclusive: model, error, dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — Migrated model resource name.

    Note: The following fields are mutually exclusive: model, error, dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.

#request

def request() -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest

#request=

def request=(value) -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest