Class: Google::Cloud::AIPlatform::V1::BatchMigrateResourcesOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#generic_metadata::Google::Cloud::AIPlatform::V1::GenericOperationMetadata

Returns The common part of the operation metadata.

Returns:



236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 236

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.
  # @!attribute [rw] model
  #   @return [::String]
  #     Migrated model resource name.
  # @!attribute [rw] dataset
  #   @return [::String]
  #     Migrated dataset resource name.
  # @!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.

Returns:



236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 236

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.
  # @!attribute [rw] model
  #   @return [::String]
  #     Migrated model resource name.
  # @!attribute [rw] dataset
  #   @return [::String]
  #     Migrated dataset resource name.
  # @!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