Class: Aws::LookoutforVision::Types::ListModelPackagingJobsResponse

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

#model_packaging_jobsArray<Types::ModelPackagingJobMetadata>

A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.



1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1044

class ListModelPackagingJobsResponse < Struct.new(
  :model_packaging_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

Returns:

  • (String)


1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1044

class ListModelPackagingJobsResponse < Struct.new(
  :model_packaging_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end