Class: Google::Cloud::AIPlatform::V1::RebaseTunedModelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::RebaseTunedModelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb
Overview
Request message for GenAiTuningService.RebaseTunedModel.
Instance Attribute Summary collapse
-
#artifact_destination ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
Optional.
-
#deploy_to_same_endpoint ⇒ ::Boolean
Optional.
-
#parent ⇒ ::String
Required.
-
#tuned_model_ref ⇒ ::Google::Cloud::AIPlatform::V1::TunedModelRef
Required.
-
#tuning_job ⇒ ::Google::Cloud::AIPlatform::V1::TuningJob
Optional.
Instance Attribute Details
#artifact_destination ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
Returns Optional. The Google Cloud Storage location to write the artifacts.
120 121 122 123 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 120 class RebaseTunedModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deploy_to_same_endpoint ⇒ ::Boolean
Returns Optional. By default, bison to gemini migration will always create new model/endpoint, but for gemini-1.0 to gemini-1.5 migration, we default deploy to the same endpoint. See details in this Section.
120 121 122 123 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 120 class RebaseTunedModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location into which to rebase the Model.
Format: projects/{project}/locations/{location}
.
120 121 122 123 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 120 class RebaseTunedModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tuned_model_ref ⇒ ::Google::Cloud::AIPlatform::V1::TunedModelRef
Returns Required. TunedModel reference to retrieve the legacy model information.
120 121 122 123 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 120 class RebaseTunedModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tuning_job ⇒ ::Google::Cloud::AIPlatform::V1::TuningJob
Returns Optional. The TuningJob to be updated. Users can use this TuningJob field to overwrite tuning configs.
120 121 122 123 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 120 class RebaseTunedModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |