Class: Aws::SageMaker::Types::ListTrainingPlansRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::TrainingPlanFilter>

Additional filters to apply to the list of training plans.

Returns:



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_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


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_tokenString

A token to continue pagination if more results are available.

Returns:

  • (String)


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_byString

The training plan field to sort the results by (e.g., StartTime, Status).

Returns:

  • (String)


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_orderString

The order to sort the results (Ascending or Descending).

Returns:

  • (String)


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_afterTime

Filter to list only training plans with an actual start time after this date.

Returns:

  • (Time)


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_beforeTime

Filter to list only training plans with an actual start time before this date.

Returns:

  • (Time)


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