Show / Hide Table of Contents

Interface IInferenceSchedulerReference

A reference to a InferenceScheduler resource.

Namespace: Amazon.CDK.Interfaces.LookoutEquipment
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInferenceSchedulerReference
Syntax (vb)
Public Interface 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.Interfaces.LookoutEquipment;

            var inferenceSchedulerReference = new InferenceSchedulerReference {
                InferenceSchedulerArn = "inferenceSchedulerArn",
                InferenceSchedulerName = "inferenceSchedulerName"
            };

Synopsis

Properties

InferenceSchedulerArn

The ARN of the InferenceScheduler resource.

InferenceSchedulerName

The InferenceSchedulerName of the InferenceScheduler resource.

Properties

InferenceSchedulerArn

The ARN of the InferenceScheduler resource.

string InferenceSchedulerArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

InferenceSchedulerName

The InferenceSchedulerName of the InferenceScheduler resource.

string InferenceSchedulerName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX