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

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 that you want information about.

Returns:

  • (String)


15366
15367
15368
15369
15370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15366

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