Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::MigrateResourceRequest (v0.63.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::MigrateResourceRequest.

Config of migrating one resource from automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com to Vertex AI.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#migrate_automl_dataset_config

def migrate_automl_dataset_config() -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlDatasetConfig
Returns
  • (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlDatasetConfig) — Config for migrating Dataset in automl.googleapis.com to Vertex AI's Dataset.

    Note: The following fields are mutually exclusive: migrate_automl_dataset_config, migrate_ml_engine_model_version_config, migrate_automl_model_config, migrate_data_labeling_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#migrate_automl_dataset_config=

def migrate_automl_dataset_config=(value) -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlDatasetConfig
Parameter
  • value (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlDatasetConfig) — Config for migrating Dataset in automl.googleapis.com to Vertex AI's Dataset.

    Note: The following fields are mutually exclusive: migrate_automl_dataset_config, migrate_ml_engine_model_version_config, migrate_automl_model_config, migrate_data_labeling_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlDatasetConfig) — Config for migrating Dataset in automl.googleapis.com to Vertex AI's Dataset.

    Note: The following fields are mutually exclusive: migrate_automl_dataset_config, migrate_ml_engine_model_version_config, migrate_automl_model_config, migrate_data_labeling_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#migrate_automl_model_config

def migrate_automl_model_config() -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlModelConfig
Returns
  • (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlModelConfig) — Config for migrating Model in automl.googleapis.com to Vertex AI's Model.

    Note: The following fields are mutually exclusive: migrate_automl_model_config, migrate_ml_engine_model_version_config, migrate_automl_dataset_config, migrate_data_labeling_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#migrate_automl_model_config=

def migrate_automl_model_config=(value) -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlModelConfig
Parameter
  • value (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlModelConfig) — Config for migrating Model in automl.googleapis.com to Vertex AI's Model.

    Note: The following fields are mutually exclusive: migrate_automl_model_config, migrate_ml_engine_model_version_config, migrate_automl_dataset_config, migrate_data_labeling_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateAutomlModelConfig) — Config for migrating Model in automl.googleapis.com to Vertex AI's Model.

    Note: The following fields are mutually exclusive: migrate_automl_model_config, migrate_ml_engine_model_version_config, migrate_automl_dataset_config, migrate_data_labeling_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#migrate_data_labeling_dataset_config

def migrate_data_labeling_dataset_config() -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateDataLabelingDatasetConfig
Returns
  • (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateDataLabelingDatasetConfig) — Config for migrating Dataset in datalabeling.googleapis.com to Vertex AI's Dataset.

    Note: The following fields are mutually exclusive: migrate_data_labeling_dataset_config, migrate_ml_engine_model_version_config, migrate_automl_model_config, migrate_automl_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#migrate_data_labeling_dataset_config=

def migrate_data_labeling_dataset_config=(value) -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateDataLabelingDatasetConfig
Parameter
  • value (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateDataLabelingDatasetConfig) — Config for migrating Dataset in datalabeling.googleapis.com to Vertex AI's Dataset.

    Note: The following fields are mutually exclusive: migrate_data_labeling_dataset_config, migrate_ml_engine_model_version_config, migrate_automl_model_config, migrate_automl_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateDataLabelingDatasetConfig) — Config for migrating Dataset in datalabeling.googleapis.com to Vertex AI's Dataset.

    Note: The following fields are mutually exclusive: migrate_data_labeling_dataset_config, migrate_ml_engine_model_version_config, migrate_automl_model_config, migrate_automl_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#migrate_ml_engine_model_version_config

def migrate_ml_engine_model_version_config() -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateMlEngineModelVersionConfig
Returns
  • (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateMlEngineModelVersionConfig) — Config for migrating Version in ml.googleapis.com to Vertex AI's Model.

    Note: The following fields are mutually exclusive: migrate_ml_engine_model_version_config, migrate_automl_model_config, migrate_automl_dataset_config, migrate_data_labeling_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

#migrate_ml_engine_model_version_config=

def migrate_ml_engine_model_version_config=(value) -> ::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateMlEngineModelVersionConfig
Parameter
  • value (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateMlEngineModelVersionConfig) — Config for migrating Version in ml.googleapis.com to Vertex AI's Model.

    Note: The following fields are mutually exclusive: migrate_ml_engine_model_version_config, migrate_automl_model_config, migrate_automl_dataset_config, migrate_data_labeling_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateMlEngineModelVersionConfig) — Config for migrating Version in ml.googleapis.com to Vertex AI's Model.

    Note: The following fields are mutually exclusive: migrate_ml_engine_model_version_config, migrate_automl_model_config, migrate_automl_dataset_config, migrate_data_labeling_dataset_config. If a field in that set is populated, all other fields in the set will automatically be cleared.