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
Note:
When making an API call, you may pass DescribeCompilationJobRequest data as a hash:
{
compilation_job_name: "EntityName", # required
}
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.
6407 6408 6409 6410 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6407 class DescribeCompilationJobRequest < Struct.new( :compilation_job_name) include Aws::Structure end |