Class: Aws::LookoutforVision::Types::DescribeModelPackagingJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::DescribeModelPackagingJobRequest
- Defined in:
- gems/aws-sdk-lookoutforvision/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.
-
#project_name ⇒ String
The name of the project that contains the model packaging job that you want to describe.
Instance Attribute Details
#job_name ⇒ String
The job name for the model packaging job.
584 585 586 587 588 589 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 584 class DescribeModelPackagingJobRequest < Struct.new( :project_name, :job_name) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project that contains the model packaging job that you want to describe.
584 585 586 587 588 589 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 584 class DescribeModelPackagingJobRequest < Struct.new( :project_name, :job_name) SENSITIVE = [] include Aws::Structure end |