Class DeviceReference
A reference to a Device resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DeviceReference : IDeviceReference
Syntax (vb)
Public Class DeviceReference Implements IDeviceReference
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 deviceReference = new DeviceReference {
DeviceFleetName = "deviceFleetName"
};
Synopsis
Constructors
| DeviceReference() | A reference to a Device resource. |
Properties
| DeviceFleetName | The DeviceFleetName of the Device resource. |
Constructors
DeviceReference()
A reference to a Device resource.
public DeviceReference()
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 deviceReference = new DeviceReference {
DeviceFleetName = "deviceFleetName"
};
Properties
DeviceFleetName
The DeviceFleetName of the Device resource.
public string DeviceFleetName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated