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

sagemaker_get_device_fleet_report

Describes a fleet


Description

Describes a fleet.

Usage

sagemaker_get_device_fleet_report(DeviceFleetName)

Arguments

DeviceFleetName

[required] The name of the fleet.

Value

A list with the following syntax:

list(
  DeviceFleetArn = "string",
  DeviceFleetName = "string",
  OutputConfig = list(
    S3OutputLocation = "string",
    KmsKeyId = "string"
  ),
  Description = "string",
  ReportGenerated = as.POSIXct(
    "2015-01-01"
  ),
  DeviceStats = list(
    ConnectedDeviceCount = 123,
    RegisteredDeviceCount = 123
  ),
  AgentVersions = list(
    list(
      Version = "string",
      AgentCount = 123
    )
  ),
  ModelStats = list(
    list(
      ModelName = "string",
      ModelVersion = "string",
      OfflineDeviceCount = 123,
      ConnectedDeviceCount = 123,
      ActiveDeviceCount = 123,
      SamplingDeviceCount = 123
    )
  )
)

Request syntax

svc$get_device_fleet_report(
  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.