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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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
- (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest) — It's the same as the value in BatchMigrateResourcesRequest.migrate_resource_requests.
#request=
def request=(value) -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest
- value (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest) — It's the same as the value in BatchMigrateResourcesRequest.migrate_resource_requests.
- (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest) — It's the same as the value in BatchMigrateResourcesRequest.migrate_resource_requests.