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- (::String) — Output only. The name of the base model this PreTunedModel was tuned from.
#checkpoint_id
def checkpoint_id() -> ::String- (::String) — Optional. The source checkpoint id. If not specified, the default checkpoint will be used.
#checkpoint_id=
def checkpoint_id=(value) -> ::String- value (::String) — Optional. The source checkpoint id. If not specified, the default checkpoint will be used.
- (::String) — Optional. The source checkpoint id. If not specified, the default checkpoint will be used.
#tuned_model_name
def tuned_model_name() -> ::String-
(::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-
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}
-
(::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}