Class: Google::Cloud::AIPlatform::V1::TunedModelRef
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::TunedModelRef
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tuning_job.rb
Overview
TunedModel Reference for legacy model migration.
Instance Attribute Summary collapse
-
#pipeline_job ⇒ ::String
Support migration from tuning job list page, from bison model to gemini model.
-
#tuned_model ⇒ ::String
Support migration from model registry.
-
#tuning_job ⇒ ::String
Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.
Instance Attribute Details
#pipeline_job ⇒ ::String
Returns Support migration from tuning job list page, from bison model to gemini model.
301 302 303 304 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 301 class TunedModelRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tuned_model ⇒ ::String
Returns Support migration from model registry.
301 302 303 304 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 301 class TunedModelRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tuning_job ⇒ ::String
Returns Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.
301 302 303 304 |
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 301 class TunedModelRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |