Class: Aws::SageMaker::Types::ListInferenceExperimentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListInferenceExperimentsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Selects inference experiments which were created after this timestamp.
-
#creation_time_before ⇒ Time
Selects inference experiments which were created before this timestamp.
-
#last_modified_time_after ⇒ Time
Selects inference experiments which were last modified after this timestamp.
-
#last_modified_time_before ⇒ Time
Selects inference experiments which were last modified before this timestamp.
-
#max_results ⇒ Integer
The maximum number of results to select.
-
#name_contains ⇒ String
Selects inference experiments whose names contain this name.
-
#next_token ⇒ String
The response from the last list when returning a list large enough to need tokening.
-
#sort_by ⇒ String
The column by which to sort the listed inference experiments.
-
#sort_order ⇒ String
The direction of sorting (ascending or descending).
-
#status_equals ⇒ String
Selects inference experiments which are in this status.
-
#type ⇒ String
Selects inference experiments of this type.
Instance Attribute Details
#creation_time_after ⇒ Time
Selects inference experiments which were created after this timestamp.
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Selects inference experiments which were created before this timestamp.
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_after ⇒ Time
Selects inference experiments which were last modified after this timestamp.
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_before ⇒ Time
Selects inference experiments which were last modified before this timestamp.
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to select.
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
Selects inference experiments whose names contain this name.
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The response from the last list when returning a list large enough to need tokening.
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The column by which to sort the listed inference experiments.
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The direction of sorting (ascending or descending).
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#status_equals ⇒ String
Selects inference experiments which are in this status. For the possible statuses, see [DescribeInferenceExperiment].
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Selects inference experiments of this type. For the possible types of inference experiments, see [CreateInferenceExperiment].
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceExperiment.html
28527 28528 28529 28530 28531 28532 28533 28534 28535 28536 28537 28538 28539 28540 28541 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28527 class ListInferenceExperimentsRequest < Struct.new( :name_contains, :type, :status_equals, :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |