Class: Google::Cloud::AIPlatform::V1::DeleteNasJobRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the NasJob resource to be deleted. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}.

Returns:

  • (::String)

    Required. The name of the NasJob resource to be deleted. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}



466
467
468
469
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 466

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