Class: Aws::SageMaker::Types::ListInferenceComponentsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListInferenceComponentsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Filters the results to only those inference components that were created after the specified time.
-
#creation_time_before ⇒ Time
Filters the results to only those inference components that were created before the specified time.
-
#endpoint_name_equals ⇒ String
An endpoint name to filter the listed inference components.
-
#last_modified_time_after ⇒ Time
Filters the results to only those inference components that were updated after the specified time.
-
#last_modified_time_before ⇒ Time
Filters the results to only those inference components that were updated before the specified time.
-
#max_results ⇒ Integer
The maximum number of inference components to return in the response.
-
#name_contains ⇒ String
Filters the results to only those inference components with a name that contains the specified string.
-
#next_token ⇒ String
A token that you use to get the next set of results following a truncated response.
-
#sort_by ⇒ String
The field by which to sort the inference components in the response.
-
#sort_order ⇒ String
The sort order for results.
-
#status_equals ⇒ String
Filters the results to only those inference components with the specified status.
-
#variant_name_equals ⇒ String
A production variant name to filter the listed inference components.
Instance Attribute Details
#creation_time_after ⇒ Time
Filters the results to only those inference components that were created after the specified time.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Filters the results to only those inference components that were created before the specified time.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#endpoint_name_equals ⇒ String
An endpoint name to filter the listed inference components. The response includes only those inference components that are hosted at the specified endpoint.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_after ⇒ Time
Filters the results to only those inference components that were updated after the specified time.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_before ⇒ Time
Filters the results to only those inference components that were updated before the specified time.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of inference components to return in the response. This value defaults to 10.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
Filters the results to only those inference components with a name that contains the specified string.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The field by which to sort the inference components in the response. The default is ‘CreationTime`.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order for results. The default is ‘Descending`.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#status_equals ⇒ String
Filters the results to only those inference components with the specified status.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |
#variant_name_equals ⇒ String
A production variant name to filter the listed inference components. The response includes only those inference components that are hosted at the specified variant.
28430 28431 28432 28433 28434 28435 28436 28437 28438 28439 28440 28441 28442 28443 28444 28445 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28430 class ListInferenceComponentsInput < Struct.new( :sort_by, :sort_order, :next_token, :max_results, :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :status_equals, :endpoint_name_equals, :variant_name_equals) SENSITIVE = [] include Aws::Structure end |