Class: Aws::LookoutforVision::Types::DescribeModelPackagingJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DescribeModelPackagingJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_packaging_description ⇒ Types::ModelPackagingDescription
The description of the model packaging job.
Instance Attribute Details
#model_packaging_description ⇒ Types::ModelPackagingDescription
The description of the model packaging job.
597 598 599 600 601 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 597 class DescribeModelPackagingJobResponse < Struct.new( :model_packaging_description) SENSITIVE = [] include Aws::Structure end |