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

sagemaker_list_app_image_configs

Lists the AppImageConfigs in your account and their properties


Description

Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or modified time, and whether the AppImageConfig name contains a specified string.

Usage

sagemaker_list_app_image_configs(MaxResults, NextToken, NameContains,
  CreationTimeBefore, CreationTimeAfter, ModifiedTimeBefore,
  ModifiedTimeAfter, SortBy, SortOrder)

Arguments

MaxResults

The maximum number of AppImageConfigs to return in the response. The default value is 10.

NextToken

If the previous call to list_images didn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.

NameContains

A filter that returns only AppImageConfigs whose name contains the specified string.

CreationTimeBefore

A filter that returns only AppImageConfigs created on or before the specified time.

CreationTimeAfter

A filter that returns only AppImageConfigs created on or after the specified time.

ModifiedTimeBefore

A filter that returns only AppImageConfigs modified on or before the specified time.

ModifiedTimeAfter

A filter that returns only AppImageConfigs modified on or after the specified time.

SortBy

The property used to sort results. The default value is CreationTime.

SortOrder

The sort order. The default value is Descending.

Value

A list with the following syntax:

list(
  NextToken = "string",
  AppImageConfigs = list(
    list(
      AppImageConfigArn = "string",
      AppImageConfigName = "string",
      CreationTime = as.POSIXct(
        "2015-01-01"
      ),
      LastModifiedTime = as.POSIXct(
        "2015-01-01"
      ),
      KernelGatewayImageConfig = list(
        KernelSpecs = list(
          list(
            Name = "string",
            DisplayName = "string"
          )
        ),
        FileSystemConfig = list(
          MountPath = "string",
          DefaultUid = 123,
          DefaultGid = 123
        )
      )
    )
  )
)

Request syntax

svc$list_app_image_configs(
  MaxResults = 123,
  NextToken = "string",
  NameContains = "string",
  CreationTimeBefore = as.POSIXct(
    "2015-01-01"
  ),
  CreationTimeAfter = as.POSIXct(
    "2015-01-01"
  ),
  ModifiedTimeBefore = as.POSIXct(
    "2015-01-01"
  ),
  ModifiedTimeAfter = as.POSIXct(
    "2015-01-01"
  ),
  SortBy = "CreationTime"|"LastModifiedTime"|"Name",
  SortOrder = "Ascending"|"Descending"
)

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.