Class: Aws::SageMaker::Types::ListContextsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListContextsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context_type ⇒ String
A filter that returns only contexts of the specified type.
-
#created_after ⇒ Time
A filter that returns only contexts created on or after the specified time.
-
#created_before ⇒ Time
A filter that returns only contexts created on or before the specified time.
-
#max_results ⇒ Integer
The maximum number of contexts to return in the response.
-
#next_token ⇒ String
If the previous call to ‘ListContexts` didn’t return the full set of contexts, the call returns a token for getting the next set of contexts.
-
#sort_by ⇒ String
The property used to sort results.
-
#sort_order ⇒ String
The sort order.
-
#source_uri ⇒ String
A filter that returns only contexts with the specified source URI.
Instance Attribute Details
#context_type ⇒ String
A filter that returns only contexts of the specified type.
27062 27063 27064 27065 27066 27067 27068 27069 27070 27071 27072 27073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27062 class ListContextsRequest < Struct.new( :source_uri, :context_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 contexts created on or after the specified time.
27062 27063 27064 27065 27066 27067 27068 27069 27070 27071 27072 27073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27062 class ListContextsRequest < Struct.new( :source_uri, :context_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 contexts created on or before the specified time.
27062 27063 27064 27065 27066 27067 27068 27069 27070 27071 27072 27073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27062 class ListContextsRequest < Struct.new( :source_uri, :context_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 contexts to return in the response. The default value is 10.
27062 27063 27064 27065 27066 27067 27068 27069 27070 27071 27072 27073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27062 class ListContextsRequest < Struct.new( :source_uri, :context_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 ‘ListContexts` didn’t return the full set of contexts, the call returns a token for getting the next set of contexts.
27062 27063 27064 27065 27066 27067 27068 27069 27070 27071 27072 27073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27062 class ListContextsRequest < Struct.new( :source_uri, :context_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`.
27062 27063 27064 27065 27066 27067 27068 27069 27070 27071 27072 27073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27062 class ListContextsRequest < Struct.new( :source_uri, :context_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`.
27062 27063 27064 27065 27066 27067 27068 27069 27070 27071 27072 27073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27062 class ListContextsRequest < Struct.new( :source_uri, :context_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 contexts with the specified source URI.
27062 27063 27064 27065 27066 27067 27068 27069 27070 27071 27072 27073 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27062 class ListContextsRequest < Struct.new( :source_uri, :context_type, :created_after, :created_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |