Class: Aws::SageMaker::Types::ListSubscribedWorkteamsRequest

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)


29444
29445
29446
29447
29448
29449
29450
# File 'lib/aws-sdk-sagemaker/types.rb', line 29444

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

#name_containsString

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

Returns:

  • (String)


29444
29445
29446
29447
29448
29449
29450
# File 'lib/aws-sdk-sagemaker/types.rb', line 29444

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

#next_tokenString

If the result of the previous ‘ListSubscribedWorkteams` 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)


29444
29445
29446
29447
29448
29449
29450
# File 'lib/aws-sdk-sagemaker/types.rb', line 29444

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