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

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

Config for migrating Model in automl.googleapis.com to Vertex AI's Model.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#model

def model() -> ::String
Returns
  • (::String) — Required. Full resource name of automl Model. Format: projects/{project}/locations/{location}/models/{model}.

#model=

def model=(value) -> ::String
Parameter
  • value (::String) — Required. Full resource name of automl Model. Format: projects/{project}/locations/{location}/models/{model}.
Returns
  • (::String) — Required. Full resource name of automl Model. Format: projects/{project}/locations/{location}/models/{model}.

#model_display_name

def model_display_name() -> ::String
Returns
  • (::String) — Optional. Display name of the model in Vertex AI. System will pick a display name if unspecified.

#model_display_name=

def model_display_name=(value) -> ::String
Parameter
  • value (::String) — Optional. Display name of the model in Vertex AI. System will pick a display name if unspecified.
Returns
  • (::String) — Optional. Display name of the model in Vertex AI. System will pick a display name if unspecified.