Class: Aws::Personalize::Types::ListBatchSegmentJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListBatchSegmentJobsRequest
- 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 segment 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 that the batch segment jobs used to generate batch segments.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of batch segment job results to return in each page. The default value is 100.
3923 3924 3925 3926 3927 3928 3929 |
# File 'lib/aws-sdk-personalize/types.rb', line 3923 class ListBatchSegmentJobsRequest < 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.
3923 3924 3925 3926 3927 3928 3929 |
# File 'lib/aws-sdk-personalize/types.rb', line 3923 class ListBatchSegmentJobsRequest < 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 that the batch segment jobs used to generate batch segments.
3923 3924 3925 3926 3927 3928 3929 |
# File 'lib/aws-sdk-personalize/types.rb', line 3923 class ListBatchSegmentJobsRequest < Struct.new( :solution_version_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |