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 CreateDeviceFleet operation. Creates a device fleet.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateDeviceFleetRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateDeviceFleetRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDeviceFleetRequest()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A description of the fleet.

Public Property DeviceFleetName System.String

Gets and sets the property DeviceFleetName.

The name of the fleet that the device belongs to.

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.

The 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) that has access to Amazon Web Services Internet of Things (IoT).

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

Creates tags for the specified fleet.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5