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 {
DeviceName = "deviceName"
};
Synopsis
Constructors
| DeviceReference() | A reference to a Device resource. |
Properties
| DeviceName | The Device/DeviceName 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 {
DeviceName = "deviceName"
};
Properties
DeviceName
The Device/DeviceName of the Device resource.
public string DeviceName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated