interface DeviceFleetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.DeviceFleetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#DeviceFleetReference |
![]() | software.amazon.awscdk.services.sagemaker.DeviceFleetReference |
![]() | aws_cdk.aws_sagemaker.DeviceFleetReference |
![]() | aws-cdk-lib » aws_sagemaker » DeviceFleetReference |
A reference to a DeviceFleet 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 deviceFleetReference: sagemaker.DeviceFleetReference = {
deviceFleetName: 'deviceFleetName',
};
Properties
Name | Type | Description |
---|---|---|
device | string | The DeviceFleetName of the DeviceFleet resource. |
deviceFleetName
Type:
string
The DeviceFleetName of the DeviceFleet resource.