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

sagemaker_describe_device

Describes the device


Description

Describes the device.

Usage

sagemaker_describe_device(NextToken, DeviceName, DeviceFleetName)

Arguments

NextToken

Next token of device description.

DeviceName

[required] The unique ID of the device.

DeviceFleetName

[required] The name of the fleet the devices belong to.

Value

A list with the following syntax:

list(
  DeviceArn = "string",
  DeviceName = "string",
  Description = "string",
  DeviceFleetName = "string",
  IotThingName = "string",
  RegistrationTime = as.POSIXct(
    "2015-01-01"
  ),
  LatestHeartbeat = as.POSIXct(
    "2015-01-01"
  ),
  Models = list(
    list(
      ModelName = "string",
      ModelVersion = "string",
      LatestSampleTime = as.POSIXct(
        "2015-01-01"
      ),
      LatestInference = as.POSIXct(
        "2015-01-01"
      )
    )
  ),
  MaxModels = 123,
  NextToken = "string"
)

Request syntax

svc$describe_device(
  NextToken = "string",
  DeviceName = "string",
  DeviceFleetName = "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.