Class: Aws::LookoutforVision::Types::StartModelPackagingJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::StartModelPackagingJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
The job name for the model packaging job.
Instance Attribute Details
#job_name ⇒ String
The job name for the model packaging job. If you don’t supply a job name in the ‘JobName` input parameter, the service creates a job name for you.
1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1742 class StartModelPackagingJobResponse < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |