Class: Aws::SageMaker::Types::ListWorkforcesRequest

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

#max_resultsInteger

The maximum number of workforces returned in the response.

Returns:

  • (Integer)


30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'lib/aws-sdk-sagemaker/types.rb', line 30000

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

#name_containsString

A filter you can use to search for workforces using part of the workforce name.

Returns:

  • (String)


30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'lib/aws-sdk-sagemaker/types.rb', line 30000

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

#next_tokenString

A token to resume pagination.

Returns:

  • (String)


30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'lib/aws-sdk-sagemaker/types.rb', line 30000

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

#sort_byString

Sort workforces using the workforce name or creation date.

Returns:

  • (String)


30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'lib/aws-sdk-sagemaker/types.rb', line 30000

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

#sort_orderString

Sort workforces in ascending or descending order.

Returns:

  • (String)


30000
30001
30002
30003
30004
30005
30006
30007
30008
# File 'lib/aws-sdk-sagemaker/types.rb', line 30000

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