Class: Google::Cloud::AIPlatform::V1::MigratableResource::MlEngineModelVersion

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

Overview

Represents one model Version in ml.googleapis.com.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint::String

Returns The ml.googleapis.com endpoint that this model Version currently lives in. Example values:

  • ml.googleapis.com
  • us-centrall-ml.googleapis.com
  • europe-west4-ml.googleapis.com
  • asia-east1-ml.googleapis.com.

Returns:

  • (::String)

    The ml.googleapis.com endpoint that this model Version currently lives in. Example values:

    • ml.googleapis.com
    • us-centrall-ml.googleapis.com
    • europe-west4-ml.googleapis.com
    • asia-east1-ml.googleapis.com


65
66
67
68
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 65

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

#version::String

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

Returns:

  • (::String)

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



65
66
67
68
# File 'proto_docs/google/cloud/aiplatform/v1/migratable_resource.rb', line 65

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