Class: Aws::LookoutforVision::Types::ListModelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ListModelsResponse
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#models ⇒ Array<Types::ModelMetadata>
A list of model versions in the specified project.
-
#next_token ⇒ String
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set of models.
Instance Attribute Details
#models ⇒ Array<Types::ModelMetadata>
A list of model versions in the specified project.
1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1239 class ListModelsResponse < Struct.new( :models, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set of models.
1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1239 class ListModelsResponse < Struct.new( :models, :next_token) SENSITIVE = [] include Aws::Structure end |