Class: Google::Cloud::AIPlatform::V1::CancelCustomJobRequest

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

Overview

Request message for JobService.CancelCustomJob.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the CustomJob to cancel. Format: projects/{project}/locations/{location}/customJobs/{custom_job}.

Returns:

  • (::String)

    Required. The name of the CustomJob to cancel. Format: projects/{project}/locations/{location}/customJobs/{custom_job}



132
133
134
135
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 132

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