Class: Aws::SageMaker::Types::ListLineageGroupsRequest

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

#created_afterTime

A timestamp to filter against lineage groups created after a certain point in time.

Returns:

  • (Time)


27516
27517
27518
27519
27520
27521
27522
27523
27524
27525
# File 'lib/aws-sdk-sagemaker/types.rb', line 27516

class ListLineageGroupsRequest < Struct.new(
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

A timestamp to filter against lineage groups created before a certain point in time.

Returns:

  • (Time)


27516
27517
27518
27519
27520
27521
27522
27523
27524
27525
# File 'lib/aws-sdk-sagemaker/types.rb', line 27516

class ListLineageGroupsRequest < Struct.new(
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of endpoints to return in the response. This value defaults to 10.

Returns:

  • (Integer)


27516
27517
27518
27519
27520
27521
27522
27523
27524
27525
# File 'lib/aws-sdk-sagemaker/types.rb', line 27516

class ListLineageGroupsRequest < Struct.new(
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

Returns:

  • (String)


27516
27517
27518
27519
27520
27521
27522
27523
27524
27525
# File 'lib/aws-sdk-sagemaker/types.rb', line 27516

class ListLineageGroupsRequest < Struct.new(
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The parameter by which to sort the results. The default is ‘CreationTime`.

Returns:

  • (String)


27516
27517
27518
27519
27520
27521
27522
27523
27524
27525
# File 'lib/aws-sdk-sagemaker/types.rb', line 27516

class ListLineageGroupsRequest < Struct.new(
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order for the results. The default is ‘Ascending`.

Returns:

  • (String)


27516
27517
27518
27519
27520
27521
27522
27523
27524
27525
# File 'lib/aws-sdk-sagemaker/types.rb', line 27516

class ListLineageGroupsRequest < Struct.new(
  :created_after,
  :created_before,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end