Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::MigrateResourceResponse.
Describes a successfully migrated resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset
def dataset() -> ::String
-
(::String) — Migrated Dataset's resource name.
Note: The following fields are mutually exclusive:
dataset
,model
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#dataset=
def dataset=(value) -> ::String
-
value (::String) — Migrated Dataset's resource name.
Note: The following fields are mutually exclusive:
dataset
,model
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Migrated Dataset's resource name.
Note: The following fields are mutually exclusive:
dataset
,model
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#migratable_resource
def migratable_resource() -> ::Google::Cloud::AIPlatform::V1::MigratableResource
- (::Google::Cloud::AIPlatform::V1::MigratableResource) — Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.
#migratable_resource=
def migratable_resource=(value) -> ::Google::Cloud::AIPlatform::V1::MigratableResource
- value (::Google::Cloud::AIPlatform::V1::MigratableResource) — Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.
- (::Google::Cloud::AIPlatform::V1::MigratableResource) — Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.
#model
def model() -> ::String
-
(::String) — Migrated Model's resource name.
Note: The following fields are mutually exclusive:
model
,dataset
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#model=
def model=(value) -> ::String
-
value (::String) — Migrated Model's resource name.
Note: The following fields are mutually exclusive:
model
,dataset
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Migrated Model's resource name.
Note: The following fields are mutually exclusive:
model
,dataset
. If a field in that set is populated, all other fields in the set will automatically be cleared.