Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::PreTunedModel (v1.30.0)

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

A pre-tuned model for continuous tuning.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#base_model

def base_model() -> ::String
Returns
  • (::String) — Output only. The name of the base model this PreTunedModel was tuned from.

#checkpoint_id

def checkpoint_id() -> ::String
Returns
  • (::String) — Optional. The source checkpoint id. If not specified, the default checkpoint will be used.

#checkpoint_id=

def checkpoint_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The source checkpoint id. If not specified, the default checkpoint will be used.
Returns
  • (::String) — Optional. The source checkpoint id. If not specified, the default checkpoint will be used.

#tuned_model_name

def tuned_model_name() -> ::String
Returns
  • (::String) — The resource name of the Model. E.g., a model resource name with a specified version id or alias:

    projects/{project}/locations/{location}/models/{model}@{version_id}

    projects/{project}/locations/{location}/models/{model}@{alias}

    Or, omit the version id to use the default version:

    projects/{project}/locations/{location}/models/{model}

#tuned_model_name=

def tuned_model_name=(value) -> ::String
Parameter
  • value (::String) — The resource name of the Model. E.g., a model resource name with a specified version id or alias:

    projects/{project}/locations/{location}/models/{model}@{version_id}

    projects/{project}/locations/{location}/models/{model}@{alias}

    Or, omit the version id to use the default version:

    projects/{project}/locations/{location}/models/{model}

Returns
  • (::String) — The resource name of the Model. E.g., a model resource name with a specified version id or alias:

    projects/{project}/locations/{location}/models/{model}@{version_id}

    projects/{project}/locations/{location}/models/{model}@{alias}

    Or, omit the version id to use the default version:

    projects/{project}/locations/{location}/models/{model}