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

sagemaker_create_device_fleet

Creates a device fleet


Description

Creates a device fleet.

Usage

sagemaker_create_device_fleet(DeviceFleetName, RoleArn, Description,
  OutputConfig, Tags)

Arguments

DeviceFleetName

[required] The name of the fleet that the device belongs to.

RoleArn

The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).

Description

A description of the fleet.

OutputConfig

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

Tags

Creates tags for the specified fleet.

Value

An empty list.

Request syntax

svc$create_device_fleet(
  DeviceFleetName = "string",
  RoleArn = "string",
  Description = "string",
  OutputConfig = list(
    S3OutputLocation = "string",
    KmsKeyId = "string"
  ),
  Tags = list(
    list(
      Key = "string",
      Value = "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.