Class: Aws::SageMaker::Types::DeleteCompilationJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_nameString

The name of the compilation job to delete.

Returns:

  • (String)


10517
10518
10519
10520
10521
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10517

class DeleteCompilationJobRequest < Struct.new(
  :compilation_job_name)
  SENSITIVE = []
  include Aws::Structure
end