Updates a fleet of devices.
See https://www.paws-r-sdk.com/docs/sagemaker_update_device_fleet/ for full documentation.
sagemaker_update_device_fleet(
DeviceFleetName,
RoleArn = NULL,
Description = NULL,
OutputConfig,
EnableIotRoleAlias = NULL
)
[required] The name of the fleet.
The Amazon Resource Name (ARN) of the device.
Description of the fleet.
[required] Output configuration for storing sample data collected by the fleet.
Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".
For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".