Class: Aws::SageMaker::Types::ListInferenceExperimentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListInferenceExperimentsRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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.
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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.
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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.
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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.
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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.
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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.
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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.
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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).
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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 DescribeInferenceExperimentResponse$Status.
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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 CreateInferenceExperimentRequest$Type.
23610 23611 23612 23613 23614 23615 23616 23617 23618 23619 23620 23621 23622 23623 23624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23610 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 |