Class: Google::Cloud::AIPlatform::V1::PreTunedModel
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PreTunedModel
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tuning_job.rb
Overview
A pre-tuned model for continuous tuning.
Instance Attribute Summary collapse
-
#base_model ⇒ ::String
readonly
Output only.
-
#checkpoint_id ⇒ ::String
Optional.
-
#tuned_model_name ⇒ ::String
The resource name of the Model.
Instance Attribute Details
#base_model ⇒ ::String (readonly)
Returns Output only. The name of the base model this PreTunedModel was tuned from.
395 396 397 398 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 395 class PreTunedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#checkpoint_id ⇒ ::String
Returns Optional. The source checkpoint id. If not specified, the default checkpoint will be used.
395 396 397 398 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 395 class PreTunedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tuned_model_name ⇒ ::String
Returns 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}.
395 396 397 398 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 395 class PreTunedModel include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |