describe_subscribed_workteam

SageMaker.Client.describe_subscribed_workteam(**kwargs)

Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace.

See also: AWS API Documentation

Request Syntax

response = client.describe_subscribed_workteam(
    WorkteamArn='string'
)
Parameters
WorkteamArn (string) --

[REQUIRED]

The Amazon Resource Name (ARN) of the subscribed work team to describe.

Return type
dict
Returns
Response Syntax
{
    'SubscribedWorkteam': {
        'WorkteamArn': 'string',
        'MarketplaceTitle': 'string',
        'SellerName': 'string',
        'MarketplaceDescription': 'string',
        'ListingId': 'string'
    }
}

Response Structure

  • (dict) --
    • SubscribedWorkteam (dict) --

      A Workteam instance that contains information about the work team.

      • WorkteamArn (string) --

        The Amazon Resource Name (ARN) of the vendor that you have subscribed.

      • MarketplaceTitle (string) --

        The title of the service provided by the vendor in the Amazon Marketplace.

      • SellerName (string) --

        The name of the vendor in the Amazon Marketplace.

      • MarketplaceDescription (string) --

        The description of the vendor from the Amazon Marketplace.

      • ListingId (string) --

        Marketplace product listing ID.