interface DeviceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.DeviceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#DeviceReference |
Java | software.amazon.awscdk.services.sagemaker.DeviceReference |
Python | aws_cdk.aws_sagemaker.DeviceReference |
TypeScript | aws-cdk-lib » aws_sagemaker » DeviceReference |
A reference to a Device resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const deviceReference: sagemaker.DeviceReference = {
deviceName: 'deviceName',
};
Properties
| Name | Type | Description |
|---|---|---|
| device | string | The Device/DeviceName of the Device resource. |
deviceName
Type:
string
The Device/DeviceName of the Device resource.

.NET
Go
Java
Python
TypeScript