Class: Google::Cloud::AIPlatform::V1::BatchMigrateResourcesOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchMigrateResourcesOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migration_service.rb
Overview
Runtime operation information for MigrationService.BatchMigrateResources.
Defined Under Namespace
Classes: PartialResult
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The common part of the operation metadata.
-
#partial_results ⇒ ::Array<::Google::Cloud::AIPlatform::V1::BatchMigrateResourcesOperationMetadata::PartialResult>
Partial results that reflect the latest migration operation progress.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The common part of the operation metadata.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 248 class BatchMigrateResourcesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents a partial result in batch migration operation for one # {::Google::Cloud::AIPlatform::V1::MigrateResourceRequest MigrateResourceRequest}. # @!attribute [rw] error # @return [::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. # @!attribute [rw] model # @return [::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. # @!attribute [rw] dataset # @return [::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. # @!attribute [rw] request # @return [::Google::Cloud::AIPlatform::V1::MigrateResourceRequest] # It's the same as the value in # {::Google::Cloud::AIPlatform::V1::BatchMigrateResourcesRequest#migrate_resource_requests BatchMigrateResourcesRequest.migrate_resource_requests}. class PartialResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#partial_results ⇒ ::Array<::Google::Cloud::AIPlatform::V1::BatchMigrateResourcesOperationMetadata::PartialResult>
Returns Partial results that reflect the latest migration operation progress.
248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 248 class BatchMigrateResourcesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents a partial result in batch migration operation for one # {::Google::Cloud::AIPlatform::V1::MigrateResourceRequest MigrateResourceRequest}. # @!attribute [rw] error # @return [::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. # @!attribute [rw] model # @return [::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. # @!attribute [rw] dataset # @return [::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. # @!attribute [rw] request # @return [::Google::Cloud::AIPlatform::V1::MigrateResourceRequest] # It's the same as the value in # {::Google::Cloud::AIPlatform::V1::BatchMigrateResourcesRequest#migrate_resource_requests BatchMigrateResourcesRequest.migrate_resource_requests}. class PartialResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |