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

sagemaker_update_device_fleet

Updates a fleet of devices


Description

Updates a fleet of devices.

Usage

sagemaker_update_device_fleet(DeviceFleetName, RoleArn, Description,
  OutputConfig)

Arguments

DeviceFleetName

[required] The name of the fleet.

RoleArn

The Amazon Resource Name (ARN) of the device.

Description

Description of the fleet.

OutputConfig

[required] Output configuration for storing sample data collected by the fleet.

Value

An empty list.

Request syntax

svc$update_device_fleet(
  DeviceFleetName = "string",
  RoleArn = "string",
  Description = "string",
  OutputConfig = list(
    S3OutputLocation = "string",
    KmsKeyId = "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.