Class: Aws::LookoutforVision::Types::StartModelPackagingJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

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.

Returns:

  • (String)


1742
1743
1744
1745
1746
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1742

class StartModelPackagingJobResponse < Struct.new(
  :job_name)
  SENSITIVE = []
  include Aws::Structure
end