Class: Aws::SageMaker::Types::ListActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListActionsRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ String
A filter that returns only actions of the specified type.
-
#created_after ⇒ Time
A filter that returns only actions created on or after the specified time.
-
#created_before ⇒ Time
A filter that returns only actions created on or before the specified time.
-
#max_results ⇒ Integer
The maximum number of actions to return in the response.
-
#next_token ⇒ String
If the previous call to
ListActions
didn't return the full set of actions, the call returns a token for getting the next set of actions. -
#sort_by ⇒ String
The property used to sort results.
-
#sort_order ⇒ String
The sort order.
-
#source_uri ⇒ String
A filter that returns only actions with the specified source URI.
Instance Attribute Details
#action_type ⇒ String
A filter that returns only actions of the specified type.
24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24373 class ListActionsRequest < Struct.new( :source_uri, :action_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#created_after ⇒ Time
A filter that returns only actions created on or after the specified time.
24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24373 class ListActionsRequest < Struct.new( :source_uri, :action_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
A filter that returns only actions created on or before the specified time.
24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24373 class ListActionsRequest < Struct.new( :source_uri, :action_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of actions to return in the response. The default value is 10.
24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24373 class ListActionsRequest < Struct.new( :source_uri, :action_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous call to ListActions
didn't return the full set of
actions, the call returns a token for getting the next set of
actions.
24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24373 class ListActionsRequest < Struct.new( :source_uri, :action_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The property used to sort results. The default value is
CreationTime
.
24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24373 class ListActionsRequest < Struct.new( :source_uri, :action_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order. The default value is Descending
.
24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24373 class ListActionsRequest < Struct.new( :source_uri, :action_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#source_uri ⇒ String
A filter that returns only actions with the specified source URI.
24373 24374 24375 24376 24377 24378 24379 24380 24381 24382 24383 24384 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24373 class ListActionsRequest < Struct.new( :source_uri, :action_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |