Class: Aws::Personalize::Types::ListBatchInferenceJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListBatchInferenceJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_inference_jobs ⇒ Array<Types::BatchInferenceJobSummary>
A list containing information on each job that is returned.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#batch_inference_jobs ⇒ Array<Types::BatchInferenceJobSummary>
A list containing information on each job that is returned.
3900 3901 3902 3903 3904 3905 |
# File 'lib/aws-sdk-personalize/types.rb', line 3900 class ListBatchInferenceJobsResponse < Struct.new( :batch_inference_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. The value is ‘null` when there are no more results to return.
3900 3901 3902 3903 3904 3905 |
# File 'lib/aws-sdk-personalize/types.rb', line 3900 class ListBatchInferenceJobsResponse < Struct.new( :batch_inference_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |