Show / Hide Table of Contents

Class DeviceReference

A reference to a Device resource.

Inheritance
object
DeviceReference
Implements
IDeviceReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDeviceReference
Back to top Generated by DocFX