Class: Aws::Personalize::Types::ListBatchInferenceJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListBatchInferenceJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of batch inference job results to return in each page.
-
#next_token ⇒ String
The token to request the next page of results.
-
#solution_version_arn ⇒ String
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of batch inference job results to return in each page. The default value is 100.
3881 3882 3883 3884 3885 3886 3887 |
# File 'lib/aws-sdk-personalize/types.rb', line 3881 class ListBatchInferenceJobsRequest < Struct.new( :solution_version_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
3881 3882 3883 3884 3885 3886 3887 |
# File 'lib/aws-sdk-personalize/types.rb', line 3881 class ListBatchInferenceJobsRequest < Struct.new( :solution_version_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#solution_version_arn ⇒ String
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
3881 3882 3883 3884 3885 3886 3887 |
# File 'lib/aws-sdk-personalize/types.rb', line 3881 class ListBatchInferenceJobsRequest < Struct.new( :solution_version_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |