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)


12174
12175
12176
12177
12178
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12174

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