Class: Google::Cloud::AIPlatform::V1::CancelTuningJobRequest

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

Request message for GenAiTuningService.CancelTuningJob.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the TuningJob to cancel. Format: projects/{project}/locations/{location}/tuningJobs/{tuning_job}.

Returns:

  • (::String)

    Required. The name of the TuningJob to cancel. Format: projects/{project}/locations/{location}/tuningJobs/{tuning_job}



94
95
96
97
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 94

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