AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.Workforce

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class Workforce

The Workforce type exposes the following members

Constructors

NameDescription
Public Method Workforce()

Properties

NameTypeDescription
Public Property CognitoConfig Amazon.SageMaker.Model.CognitoConfig

Gets and sets the property CognitoConfig.

The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

Public Property CreateDate System.DateTime

Gets and sets the property CreateDate.

The date that the workforce is created.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The reason your workforce failed.

Public Property LastUpdatedDate System.DateTime

Gets and sets the property LastUpdatedDate.

The most recent date that UpdateWorkforce was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's allow list.

Public Property OidcConfig Amazon.SageMaker.Model.OidcConfigForResponse

Gets and sets the property OidcConfig.

The configuration of an OIDC Identity Provider (IdP) private workforce.

Public Property SourceIpConfig Amazon.SageMaker.Model.SourceIpConfig

Gets and sets the property SourceIpConfig.

A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn't restricted to specific IP addresses.

Public Property Status Amazon.SageMaker.WorkforceStatus

Gets and sets the property Status.

The status of your workforce.

Public Property SubDomain System.String

Gets and sets the property SubDomain.

The subdomain for your OIDC Identity Provider.

Public Property WorkforceArn System.String

Gets and sets the property WorkforceArn.

The Amazon Resource Name (ARN) of the private workforce.

Public Property WorkforceName System.String

Gets and sets the property WorkforceName.

The name of the private workforce.

Public Property WorkforceVpcConfig Amazon.SageMaker.Model.WorkforceVpcConfigResponse

Gets and sets the property WorkforceVpcConfig.

The configuration of a VPC workforce.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5