Class: Aws::SageMaker::Types::DescribeCompilationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeCompilationJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compilation_job_name ⇒ String
The name of the model compilation job that you want information about.
Instance Attribute Details
#compilation_job_name ⇒ String
The name of the model compilation job that you want information about.
12967 12968 12969 12970 12971 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 12967 class DescribeCompilationJobRequest < Struct.new( :compilation_job_name) SENSITIVE = [] include Aws::Structure end |