Class: Aws::SageMaker::Types::ListEndpointConfigsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListEndpointConfigsInput
- 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 endpoint configurations with a creation time greater than or equal to the specified time (timestamp).
-
#creation_time_before ⇒ Time
A filter that returns only endpoint configurations created before the specified time (timestamp).
-
#max_results ⇒ Integer
The maximum number of training jobs to return in the response.
-
#name_contains ⇒ String
A string in the endpoint configuration name.
-
#next_token ⇒ String
If the result of the previous ‘ListEndpointConfig` request was truncated, the response includes a `NextToken`.
-
#sort_by ⇒ String
The field to sort results by.
-
#sort_order ⇒ String
The sort order for results.
Instance Attribute Details
#creation_time_after ⇒ Time
A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).
27552 27553 27554 27555 27556 27557 27558 27559 27560 27561 27562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27552 class ListEndpointConfigsInput < 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 endpoint configurations created before the specified time (timestamp).
27552 27553 27554 27555 27556 27557 27558 27559 27560 27561 27562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27552 class ListEndpointConfigsInput < 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 training jobs to return in the response.
27552 27553 27554 27555 27556 27557 27558 27559 27560 27561 27562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27552 class ListEndpointConfigsInput < 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 endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.
27552 27553 27554 27555 27556 27557 27558 27559 27560 27561 27562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27552 class ListEndpointConfigsInput < 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 result of the previous ‘ListEndpointConfig` request was truncated, the response includes a `NextToken`. To retrieve the next set of endpoint configurations, use the token in the next request.
27552 27553 27554 27555 27556 27557 27558 27559 27560 27561 27562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27552 class ListEndpointConfigsInput < 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
The field to sort results by. The default is ‘CreationTime`.
27552 27553 27554 27555 27556 27557 27558 27559 27560 27561 27562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27552 class ListEndpointConfigsInput < 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`.
27552 27553 27554 27555 27556 27557 27558 27559 27560 27561 27562 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27552 class ListEndpointConfigsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after) SENSITIVE = [] include Aws::Structure end |