Class: Aws::SageMaker::Types::DescribeWorkforceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeWorkforceResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workforce ⇒ Types::Workforce
A single private workforce, which is automatically created when you create your first private work team.
Instance Attribute Details
#workforce ⇒ Types::Workforce
A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.
19601 19602 19603 19604 19605 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19601 class DescribeWorkforceResponse < Struct.new( :workforce) SENSITIVE = [] include Aws::Structure end |