Gets information about a specific work team
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).
sagemaker_describe_workteam(WorkteamName)
WorkteamName |
[required] The name of the work team to return a description of. |
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" ) ) )
svc$describe_workteam( WorkteamName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.