Class: Aws::SageMaker::Types::ListSubscribedWorkteamsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListSubscribedWorkteamsRequest
- Includes:
- Aws::Structure
- Defined in:
- 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 ‘ListSubscribedWorkteams` request was truncated, the response includes a `NextToken`.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of work teams to return in each page of the response.
31049 31050 31051 31052 31053 31054 31055 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31049 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.
31049 31050 31051 31052 31053 31054 31055 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31049 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.
31049 31050 31051 31052 31053 31054 31055 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 31049 class ListSubscribedWorkteamsRequest < Struct.new( :name_contains, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |