Class: Aws::SageMaker::Types::DescribeCompilationJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 that you want information about.

Returns:

  • (String)


12203
12204
12205
12206
12207
# File 'lib/aws-sdk-sagemaker/types.rb', line 12203

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