Class: Aws::SageMaker::Types::ListTrainingPlansRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListTrainingPlansRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::TrainingPlanFilter>
Additional filters to apply to the list of training plans.
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token to continue pagination if more results are available.
-
#sort_by ⇒ String
The training plan field to sort the results by (e.g., StartTime, Status).
-
#sort_order ⇒ String
The order to sort the results (Ascending or Descending).
-
#start_time_after ⇒ Time
Filter to list only training plans with an actual start time after this date.
-
#start_time_before ⇒ Time
Filter to list only training plans with an actual start time before this date.
Instance Attribute Details
#filters ⇒ Array<Types::TrainingPlanFilter>
Additional filters to apply to the list of training plans.
36667 36668 36669 36670 36671 36672 36673 36674 36675 36676 36677 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36667 class ListTrainingPlansRequest < Struct.new( :next_token, :max_results, :start_time_after, :start_time_before, :sort_by, :sort_order, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in the response.
36667 36668 36669 36670 36671 36672 36673 36674 36675 36676 36677 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36667 class ListTrainingPlansRequest < Struct.new( :next_token, :max_results, :start_time_after, :start_time_before, :sort_by, :sort_order, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to continue pagination if more results are available.
36667 36668 36669 36670 36671 36672 36673 36674 36675 36676 36677 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36667 class ListTrainingPlansRequest < Struct.new( :next_token, :max_results, :start_time_after, :start_time_before, :sort_by, :sort_order, :filters) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The training plan field to sort the results by (e.g., StartTime, Status).
36667 36668 36669 36670 36671 36672 36673 36674 36675 36676 36677 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36667 class ListTrainingPlansRequest < Struct.new( :next_token, :max_results, :start_time_after, :start_time_before, :sort_by, :sort_order, :filters) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The order to sort the results (Ascending or Descending).
36667 36668 36669 36670 36671 36672 36673 36674 36675 36676 36677 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36667 class ListTrainingPlansRequest < Struct.new( :next_token, :max_results, :start_time_after, :start_time_before, :sort_by, :sort_order, :filters) SENSITIVE = [] include Aws::Structure end |
#start_time_after ⇒ Time
Filter to list only training plans with an actual start time after this date.
36667 36668 36669 36670 36671 36672 36673 36674 36675 36676 36677 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36667 class ListTrainingPlansRequest < Struct.new( :next_token, :max_results, :start_time_after, :start_time_before, :sort_by, :sort_order, :filters) SENSITIVE = [] include Aws::Structure end |
#start_time_before ⇒ Time
Filter to list only training plans with an actual start time before this date.
36667 36668 36669 36670 36671 36672 36673 36674 36675 36676 36677 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36667 class ListTrainingPlansRequest < Struct.new( :next_token, :max_results, :start_time_after, :start_time_before, :sort_by, :sort_order, :filters) SENSITIVE = [] include Aws::Structure end |