interface DeviceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.DeviceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#DeviceReference |
![]() | software.amazon.awscdk.services.sagemaker.DeviceReference |
![]() | aws_cdk.aws_sagemaker.DeviceReference |
![]() | 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.