Class: Aws::LookoutforVision::Types::DescribeModelPackagingJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutforvision/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_packaging_descriptionTypes::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