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

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

Returns:

  • (Integer)


30013
30014
30015
30016
30017
30018
30019
30020
30021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30013

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)


30013
30014
30015
30016
30017
30018
30019
30020
30021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30013

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)


30013
30014
30015
30016
30017
30018
30019
30020
30021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30013

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)


30013
30014
30015
30016
30017
30018
30019
30020
30021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30013

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)


30013
30014
30015
30016
30017
30018
30019
30020
30021
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30013

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