Class: Google::Cloud::AIPlatform::V1::RebaseTunedModelRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_destination::Google::Cloud::AIPlatform::V1::GcsDestination

Returns Optional. The Google Cloud Storage location to write the artifacts.

Returns:



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.

Returns:

  • (::Boolean)

    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}.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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