Class: Aws::SageMaker::Types::ListSubscribedWorkteamsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListSubscribedWorkteamsRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of work teams to return in each page of the response.
-
#name_contains ⇒ String
A string in the work team name.
-
#next_token ⇒ String
If the result of the previous
ListSubscribedWorkteamsrequest was truncated, the response includes aNextToken.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of work teams to return in each page of the response.
36420 36421 36422 36423 36424 36425 36426 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36420 class ListSubscribedWorkteamsRequest < Struct.new( :name_contains, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
A string in the work team name. This filter returns only work teams whose name contains the specified string.
36420 36421 36422 36423 36424 36425 36426 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36420 class ListSubscribedWorkteamsRequest < Struct.new( :name_contains, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
36420 36421 36422 36423 36424 36425 36426 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36420 class ListSubscribedWorkteamsRequest < Struct.new( :name_contains, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |