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

sagemaker_list_workforces

Use this operation to list all private and vendor workforces in an AWS Region


Description

Use this operation to list all private and vendor workforces in an AWS Region. Note that you can only have one private workforce per AWS Region.

Usage

sagemaker_list_workforces(SortBy, SortOrder, NameContains, NextToken,
  MaxResults)

Arguments

SortBy

Sort workforces using the workforce name or creation date.

SortOrder

Sort workforces in ascending or descending order.

NameContains

A filter you can use to search for workforces using part of the workforce name.

NextToken

A token to resume pagination.

MaxResults

The maximum number of workforces returned in the response.

Value

A list with the following syntax:

list(
  Workforces = list(
    list(
      WorkforceName = "string",
      WorkforceArn = "string",
      LastUpdatedDate = as.POSIXct(
        "2015-01-01"
      ),
      SourceIpConfig = list(
        Cidrs = list(
          "string"
        )
      ),
      SubDomain = "string",
      CognitoConfig = list(
        UserPool = "string",
        ClientId = "string"
      ),
      OidcConfig = list(
        ClientId = "string",
        Issuer = "string",
        AuthorizationEndpoint = "string",
        TokenEndpoint = "string",
        UserInfoEndpoint = "string",
        LogoutEndpoint = "string",
        JwksUri = "string"
      ),
      CreateDate = as.POSIXct(
        "2015-01-01"
      )
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_workforces(
  SortBy = "Name"|"CreateDate",
  SortOrder = "Ascending"|"Descending",
  NameContains = "string",
  NextToken = "string",
  MaxResults = 123
)

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.