Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_describe_workteam

Gets information about a specific work team


Description

Gets information about a specific work team. You can see information such as the create date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN).

Usage

sagemaker_describe_workteam(WorkteamName)

Arguments

WorkteamName

[required] The name of the work team to return a description of.

Value

A list with the following syntax:

list(
  Workteam = list(
    WorkteamName = "string",
    MemberDefinitions = list(
      list(
        CognitoMemberDefinition = list(
          UserPool = "string",
          UserGroup = "string",
          ClientId = "string"
        ),
        OidcMemberDefinition = list(
          Groups = list(
            "string"
          )
        )
      )
    ),
    WorkteamArn = "string",
    WorkforceArn = "string",
    ProductListingIds = list(
      "string"
    ),
    Description = "string",
    SubDomain = "string",
    CreateDate = as.POSIXct(
      "2015-01-01"
    ),
    LastUpdatedDate = as.POSIXct(
      "2015-01-01"
    ),
    NotificationConfiguration = list(
      NotificationTopicArn = "string"
    )
  )
)

Request syntax

svc$describe_workteam(
  WorkteamName = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.