Class: Google::Cloud::AIPlatform::V1::MigrateResourceResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MigrateResourceResponse
- 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
-
#dataset ⇒ ::String
Migrated Dataset's resource name.
-
#migratable_resource ⇒ ::Google::Cloud::AIPlatform::V1::MigratableResource
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.
-
#model ⇒ ::String
Migrated Model's resource name.
Instance Attribute Details
#dataset ⇒ ::String
Returns 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.
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.
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 |