Class: Aws::SageMaker::Types::DescribeJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_category ⇒ String
The category of the job.
-
#job_name ⇒ String
The name of the job to describe.
Instance Attribute Details
#job_category ⇒ String
The category of the job.
20588 20589 20590 20591 20592 20593 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20588 class DescribeJobRequest < Struct.new( :job_name, :job_category) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the job to describe.
20588 20589 20590 20591 20592 20593 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20588 class DescribeJobRequest < Struct.new( :job_name, :job_category) SENSITIVE = [] include Aws::Structure end |