Class DeviceFleetReference
A reference to a DeviceFleet resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DeviceFleetReference : IDeviceFleetReference
Syntax (vb)
Public Class DeviceFleetReference Implements IDeviceFleetReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Sagemaker;
var deviceFleetReference = new DeviceFleetReference {
DeviceFleetName = "deviceFleetName"
};
Synopsis
Constructors
| DeviceFleetReference() | A reference to a DeviceFleet resource. |
Properties
| DeviceFleetName | The DeviceFleetName of the DeviceFleet resource. |
Constructors
DeviceFleetReference()
A reference to a DeviceFleet resource.
public DeviceFleetReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Sagemaker;
var deviceFleetReference = new DeviceFleetReference {
DeviceFleetName = "deviceFleetName"
};
Properties
DeviceFleetName
The DeviceFleetName of the DeviceFleet resource.
public string DeviceFleetName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated