Class: Google::Cloud::AIPlatform::V1::TunedModelRef

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pipeline_job::String

Returns Support migration from tuning job list page, from bison model to gemini model.

Note: The following fields are mutually exclusive: pipeline_job, tuned_model, tuning_job. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Support migration from tuning job list page, from bison model to gemini model.

    Note: The following fields are mutually exclusive: pipeline_job, tuned_model, tuning_job. If a field in that set is populated, all other fields in the set will automatically be cleared.



350
351
352
353
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 350

class TunedModelRef
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tuned_model::String

Returns Support migration from model registry.

Note: The following fields are mutually exclusive: tuned_model, tuning_job, pipeline_job. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Support migration from model registry.

    Note: The following fields are mutually exclusive: tuned_model, tuning_job, pipeline_job. If a field in that set is populated, all other fields in the set will automatically be cleared.



350
351
352
353
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 350

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.

Note: The following fields are mutually exclusive: tuning_job, tuned_model, pipeline_job. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Support migration from tuning job list page, from gemini-1.0-pro-002 to 1.5 and above.

    Note: The following fields are mutually exclusive: tuning_job, tuned_model, pipeline_job. If a field in that set is populated, all other fields in the set will automatically be cleared.



350
351
352
353
# File 'proto_docs/google/cloud/aiplatform/v1/tuning_job.rb', line 350

class TunedModelRef
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end