GoogleCloudAiplatformV1MigrateResourceRequest class
Config of migrating one resource from automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com to Vertex AI.
Constructors
- GoogleCloudAiplatformV1MigrateResourceRequest({GoogleCloudAiplatformV1MigrateResourceRequestMigrateAutomlDatasetConfig? migrateAutomlDatasetConfig, GoogleCloudAiplatformV1MigrateResourceRequestMigrateAutomlModelConfig? migrateAutomlModelConfig, GoogleCloudAiplatformV1MigrateResourceRequestMigrateDataLabelingDatasetConfig? migrateDataLabelingDatasetConfig, GoogleCloudAiplatformV1MigrateResourceRequestMigrateMlEngineModelVersionConfig? migrateMlEngineModelVersionConfig})
- GoogleCloudAiplatformV1MigrateResourceRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- migrateAutomlDatasetConfig ↔ GoogleCloudAiplatformV1MigrateResourceRequestMigrateAutomlDatasetConfig?
-
Config for migrating Dataset in automl.googleapis.com to Vertex AI's
Dataset.
getter/setter pair
- migrateAutomlModelConfig ↔ GoogleCloudAiplatformV1MigrateResourceRequestMigrateAutomlModelConfig?
-
Config for migrating Model in automl.googleapis.com to Vertex AI's Model.
getter/setter pair
- migrateDataLabelingDatasetConfig ↔ GoogleCloudAiplatformV1MigrateResourceRequestMigrateDataLabelingDatasetConfig?
-
Config for migrating Dataset in datalabeling.googleapis.com to Vertex AI's
Dataset.
getter/setter pair
- migrateMlEngineModelVersionConfig ↔ GoogleCloudAiplatformV1MigrateResourceRequestMigrateMlEngineModelVersionConfig?
-
Config for migrating Version in ml.googleapis.com to Vertex AI's Model.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited