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.
32655 32656 32657 32658 32659 32660 32661 32662 32663 32664 32665 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32655 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.
32655 32656 32657 32658 32659 32660 32661 32662 32663 32664 32665 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32655 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.
32655 32656 32657 32658 32659 32660 32661 32662 32663 32664 32665 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32655 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).
32655 32656 32657 32658 32659 32660 32661 32662 32663 32664 32665 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32655 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).
32655 32656 32657 32658 32659 32660 32661 32662 32663 32664 32665 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32655 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.
32655 32656 32657 32658 32659 32660 32661 32662 32663 32664 32665 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32655 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.
32655 32656 32657 32658 32659 32660 32661 32662 32663 32664 32665 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32655 class ListTrainingPlansRequest < Struct.new( :next_token, :max_results, :start_time_after, :start_time_before, :sort_by, :sort_order, :filters) SENSITIVE = [] include Aws::Structure end |