Class: Google::Cloud::AIPlatform::V1::BatchMigrateResourcesOperationMetadata::PartialResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchMigrateResourcesOperationMetadata::PartialResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migration_service.rb
Overview
Represents a partial result in batch migration operation for one MigrateResourceRequest.
Instance Attribute Summary collapse
-
#dataset ⇒ ::String
Migrated dataset resource name.
-
#error ⇒ ::Google::Rpc::Status
The error result of the migration request in case of failure.
-
#model ⇒ ::String
Migrated model resource name.
-
#request ⇒ ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest
It's the same as the value in BatchMigrateResourcesRequest.migrate_resource_requests.
Instance Attribute Details
#dataset ⇒ ::String
Returns 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.
273 274 275 276 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 273 class PartialResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error ⇒ ::Google::Rpc::Status
Returns 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.
273 274 275 276 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 273 class PartialResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model ⇒ ::String
Returns 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.
273 274 275 276 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 273 class PartialResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request ⇒ ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest
Returns It's the same as the value in BatchMigrateResourcesRequest.migrate_resource_requests.
273 274 275 276 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 273 class PartialResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |