interface InferenceSchedulerReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.LookoutEquipment.InferenceSchedulerReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslookoutequipment#InferenceSchedulerReference |
Java | software.amazon.awscdk.services.lookoutequipment.InferenceSchedulerReference |
Python | aws_cdk.aws_lookoutequipment.InferenceSchedulerReference |
TypeScript | aws-cdk-lib » aws_lookoutequipment » InferenceSchedulerReference |
A reference to a InferenceScheduler resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lookoutequipment as lookoutequipment } from 'aws-cdk-lib';
const inferenceSchedulerReference: lookoutequipment.InferenceSchedulerReference = {
inferenceSchedulerArn: 'inferenceSchedulerArn',
inferenceSchedulerName: 'inferenceSchedulerName',
};
Properties
| Name | Type | Description |
|---|---|---|
| inference | string | The ARN of the InferenceScheduler resource. |
| inference | string | The InferenceSchedulerName of the InferenceScheduler resource. |
inferenceSchedulerArn
Type:
string
The ARN of the InferenceScheduler resource.
inferenceSchedulerName
Type:
string
The InferenceSchedulerName of the InferenceScheduler resource.

.NET
Go
Java
Python
TypeScript