Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::MigratableResource::MlEngineModelVersion (v0.3.0)

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

Represents one model Version in ml.googleapis.com.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#endpoint

def endpoint() -> ::String
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

#endpoint=

def endpoint=(value) -> ::String
Parameter
  • value (::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
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

#version

def version() -> ::String
Returns
  • (::String) — Full resource name of ml engine model Version. Format: projects/{project}/models/{model}/versions/{version}.

#version=

def version=(value) -> ::String
Parameter
  • value (::String) — 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}.