You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::Workteam

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides details about a labeling work team.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#create_dateTime

The date and time that the work team was created (timestamp).

Returns:

  • (Time)

    The date and time that the work team was created (timestamp).

#descriptionString

A description of the work team.

Returns:

  • (String)

    A description of the work team.

#last_updated_dateTime

The date and time that the work team was last updated (timestamp).

Returns:

  • (Time)

    The date and time that the work team was last updated (timestamp).

#member_definitionsArray<Types::MemberDefinition>

A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition.

Returns:

  • (Array<Types::MemberDefinition>)

    A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

#notification_configurationTypes::NotificationConfiguration

Configures SNS notifications of available or expiring work items for work teams.

Returns:

#product_listing_idsArray<String>

The Amazon Marketplace identifier for a vendor\'s work team.

Returns:

  • (Array<String>)

    The Amazon Marketplace identifier for a vendor\'s work team.

#sub_domainString

The URI of the labeling job\'s user interface. Workers open this URI to start labeling your data objects.

Returns:

  • (String)

    The URI of the labeling job\'s user interface.

#workforce_arnString

The Amazon Resource Name (ARN) of the workforce.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the workforce.

#workteam_arnString

The Amazon Resource Name (ARN) that identifies the work team.

Returns:

  • (String)

    The Amazon Resource Name (ARN) that identifies the work team.

#workteam_nameString

The name of the work team.

Returns:

  • (String)

    The name of the work team.