Class: Aws::Personalize::Types::ListBatchInferenceJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_inference_jobsArray<Types::BatchInferenceJobSummary>

A list containing information on each job that is returned.



3587
3588
3589
3590
3591
3592
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3587

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

#next_tokenString

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

Returns:

  • (String)


3587
3588
3589
3590
3591
3592
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3587

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