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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


29970
29971
29972
29973
29974
29975
29976
29977
29978
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29970

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)


29970
29971
29972
29973
29974
29975
29976
29977
29978
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29970

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)


29970
29971
29972
29973
29974
29975
29976
29977
29978
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29970

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)


29970
29971
29972
29973
29974
29975
29976
29977
29978
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29970

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)


29970
29971
29972
29973
29974
29975
29976
29977
29978
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29970

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