AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateDeviceFleet operation. Updates a fleet of devices.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.UpdateDeviceFleetRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateDeviceFleetRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The UpdateDeviceFleetRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateDeviceFleetRequest()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

Description of the fleet.

Public Property DeviceFleetName System.String

Gets and sets the property DeviceFleetName.

The name of the fleet.

Public Property EnableIotRoleAlias System.Boolean

Gets and sets the property EnableIotRoleAlias.

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".

Public Property OutputConfig Amazon.SageMaker.Model.EdgeOutputConfig

Gets and sets the property OutputConfig.

Output configuration for storing sample data collected by the fleet.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the device.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5