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)


11260
11261
11262
11263
11264
# File 'lib/aws-sdk-sagemaker/types.rb', line 11260

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