Class: Google::Cloud::AIPlatform::V1::MigrateResourceRequest::MigrateMlEngineModelVersionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/migration_service.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns Required. The ml.googleapis.com endpoint that this model version should be migrated from. Example values:

  • ml.googleapis.com

  • us-centrall-ml.googleapis.com

  • europe-west4-ml.googleapis.com

  • asia-east1-ml.googleapis.com.

Returns:

  • (::String)

    Required. The ml.googleapis.com endpoint that this model version should be migrated from. Example values:

    • ml.googleapis.com

    • us-centrall-ml.googleapis.com

    • europe-west4-ml.googleapis.com

    • asia-east1-ml.googleapis.com



132
133
134
135
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 132

class MigrateMlEngineModelVersionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#model_display_name::String

Returns Required. Display name of the model in Vertex AI. System will pick a display name if unspecified.

Returns:

  • (::String)

    Required. Display name of the model in Vertex AI. System will pick a display name if unspecified.



132
133
134
135
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 132

class MigrateMlEngineModelVersionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#model_version::String

Returns Required. Full resource name of ml engine model version. Format: projects/{project}/models/{model}/versions/{version}.

Returns:

  • (::String)

    Required. Full resource name of ml engine model version. Format: projects/{project}/models/{model}/versions/{version}.



132
133
134
135
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 132

class MigrateMlEngineModelVersionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end