Class: Aws::LookoutforVision::Types::ModelPackagingOutputDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ModelPackagingOutputDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Information about the output from a model packaging job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#greengrass ⇒ Types::GreengrassOutputDetails
Information about the AWS IoT Greengrass component in a model packaging job.
Instance Attribute Details
#greengrass ⇒ Types::GreengrassOutputDetails
Information about the AWS IoT Greengrass component in a model packaging job.
1450 1451 1452 1453 1454 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1450 class ModelPackagingOutputDetails < Struct.new( :greengrass) SENSITIVE = [] include Aws::Structure end |