Class: Google::Cloud::AIPlatform::V1::GetTuningJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetTuningJobRequest
- 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.GetTuningJob.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the TuningJob resource. Format:
projects/{project}/locations/{location}/tuningJobs/{tuning_job}
.
44 45 46 47 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 44 class GetTuningJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |