Class InferenceSchedulerReference
A reference to a InferenceScheduler resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.LookoutEquipment
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class InferenceSchedulerReference : IInferenceSchedulerReference
Syntax (vb)
Public Class InferenceSchedulerReference Implements IInferenceSchedulerReference
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.AWS.LookoutEquipment;
var inferenceSchedulerReference = new InferenceSchedulerReference {
InferenceSchedulerArn = "inferenceSchedulerArn",
InferenceSchedulerName = "inferenceSchedulerName"
};
Synopsis
Constructors
InferenceSchedulerReference() | A reference to a InferenceScheduler resource. |
Properties
InferenceSchedulerArn | The ARN of the InferenceScheduler resource. |
InferenceSchedulerName | The InferenceSchedulerName of the InferenceScheduler resource. |
Constructors
InferenceSchedulerReference()
A reference to a InferenceScheduler resource.
public InferenceSchedulerReference()
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.AWS.LookoutEquipment;
var inferenceSchedulerReference = new InferenceSchedulerReference {
InferenceSchedulerArn = "inferenceSchedulerArn",
InferenceSchedulerName = "inferenceSchedulerName"
};
Properties
InferenceSchedulerArn
The ARN of the InferenceScheduler resource.
public string InferenceSchedulerArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
InferenceSchedulerName
The InferenceSchedulerName of the InferenceScheduler resource.
public string InferenceSchedulerName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated