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.
3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-personalize/types.rb', line 3943 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.
3943 3944 3945 3946 3947 3948 |
# File 'lib/aws-sdk-personalize/types.rb', line 3943 class ListBatchInferenceJobsResponse < Struct.new( :batch_inference_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |