Class: Google::Cloud::AIPlatform::V1::MigrateResourceResponse

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

Describes a successfully migrated resource.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::String

Returns Migrated Dataset's resource name.

Returns:

  • (::String)

    Migrated Dataset's resource name.



223
224
225
226
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 223

class MigrateResourceResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#migratable_resource::Google::Cloud::AIPlatform::V1::MigratableResource

Returns Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.

Returns:



223
224
225
226
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 223

class MigrateResourceResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#model::String

Returns Migrated Model's resource name.

Returns:

  • (::String)

    Migrated Model's resource name.



223
224
225
226
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 223

class MigrateResourceResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end