Creates a device fleet
Creates a device fleet.
sagemaker_create_device_fleet(DeviceFleetName, RoleArn, Description, OutputConfig, Tags)
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. |
An empty list.
svc$create_device_fleet( DeviceFleetName = "string", RoleArn = "string", Description = "string", OutputConfig = list( S3OutputLocation = "string", KmsKeyId = "string" ), Tags = list( list( Key = "string", Value = "string" ) ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.