Class: Aws::SageMaker::Types::ListModelsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListModelsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).
-
#creation_time_before ⇒ Time
A filter that returns only models created before the specified time (timestamp).
-
#max_results ⇒ Integer
The maximum number of models to return in the response.
-
#name_contains ⇒ String
A string in the model name.
-
#next_token ⇒ String
If the response to a previous ‘ListModels` request was truncated, the response includes a `NextToken`.
-
#sort_by ⇒ String
Sorts the list of results.
-
#sort_order ⇒ String
The sort order for results.
Instance Attribute Details
#creation_time_after ⇒ Time
A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).
31025 31026 31027 31028 31029 31030 31031 31032 31033 31034 31035 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31025 class ListModelsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
A filter that returns only models created before the specified time (timestamp).
31025 31026 31027 31028 31029 31030 31031 31032 31033 31034 31035 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31025 class ListModelsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of models to return in the response.
31025 31026 31027 31028 31029 31030 31031 31032 31033 31034 31035 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31025 class ListModelsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
A string in the model name. This filter returns only models whose name contains the specified string.
31025 31026 31027 31028 31029 31030 31031 31032 31033 31034 31035 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31025 class ListModelsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response to a previous ‘ListModels` request was truncated, the response includes a `NextToken`. To retrieve the next set of models, use the token in the next request.
31025 31026 31027 31028 31029 31030 31031 31032 31033 31034 31035 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31025 class ListModelsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
Sorts the list of results. The default is ‘CreationTime`.
31025 31026 31027 31028 31029 31030 31031 31032 31033 31034 31035 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31025 class ListModelsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order for results. The default is ‘Descending`.
31025 31026 31027 31028 31029 31030 31031 31032 31033 31034 31035 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31025 class ListModelsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after) SENSITIVE = [] include Aws::Structure end |