Class: Aws::SageMaker::Types::ListWorkteamsRequest

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 work teams to return in each page of the response.

Returns:

  • (Integer)


30053
30054
30055
30056
30057
30058
30059
30060
30061
# File 'lib/aws-sdk-sagemaker/types.rb', line 30053

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

#name_containsString

A string in the work team’s name. This filter returns only work teams whose name contains the specified string.

Returns:

  • (String)


30053
30054
30055
30056
30057
30058
30059
30060
30061
# File 'lib/aws-sdk-sagemaker/types.rb', line 30053

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

#next_tokenString

If the result of the previous ‘ListWorkteams` request was truncated, the response includes a `NextToken`. To retrieve the next set of labeling jobs, use the token in the next request.

Returns:

  • (String)


30053
30054
30055
30056
30057
30058
30059
30060
30061
# File 'lib/aws-sdk-sagemaker/types.rb', line 30053

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

#sort_byString

The field to sort results by. The default is ‘CreationTime`.

Returns:

  • (String)


30053
30054
30055
30056
30057
30058
30059
30060
30061
# File 'lib/aws-sdk-sagemaker/types.rb', line 30053

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

#sort_orderString

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

Returns:

  • (String)


30053
30054
30055
30056
30057
30058
30059
30060
30061
# File 'lib/aws-sdk-sagemaker/types.rb', line 30053

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