Class: Aws::SageMaker::Types::StopCompilationJobRequest

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 model compilation job to stop.

Returns:

  • (String)


39478
39479
39480
39481
39482
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39478

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