Class CfnInferenceSchedulerPropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an Amazon S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an Amazon S3 bucket location for the output data.
Updating some properties below (for example, InferenceSchedulerName and ServerSideKmsKeyId) triggers a resource replacement, which requires a new model. To replace such a property using CloudFormation , but without creating a completely new stack, you must replace ModelName. If you need to replace the property, but want to use the same model, delete the current stack and create a new one with the updated properties.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.lookoutequipment.*;
import software.amazon.awscdk.*;
Object dataInputConfiguration;
Object dataOutputConfiguration;
IMergeStrategy mergeStrategy;
CfnInferenceSchedulerPropsMixin cfnInferenceSchedulerPropsMixin = CfnInferenceSchedulerPropsMixin.Builder.create(CfnInferenceSchedulerMixinProps.builder()
.dataDelayOffsetInMinutes(123)
.dataInputConfiguration(dataInputConfiguration)
.dataOutputConfiguration(dataOutputConfiguration)
.dataUploadFrequency("dataUploadFrequency")
.inferenceSchedulerName("inferenceSchedulerName")
.modelName("modelName")
.roleArn("roleArn")
.serverSideKmsKeyId("serverSideKmsKeyId")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnInferenceSchedulerPropsMixin.static interfaceSpecifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.static interfaceSpecifies configuration information for the output results for the inference scheduler, including the S3 location for the output.static interfaceSpecifies configuration information for the input data for the inference, including timestamp format and delimiter.static interfaceSpecifies configuration information for the input data for the inference, including input data S3 location.static interfaceSpecifies configuration information for the output results from the inference, including output S3 location.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::LookoutEquipment::InferenceScheduler.CfnInferenceSchedulerPropsMixin(CfnInferenceSchedulerMixinProps props, CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::LookoutEquipment::InferenceScheduler.protectedCfnInferenceSchedulerPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnInferenceSchedulerPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnInferenceSchedulerMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnInferenceSchedulerPropsMixin
protected CfnInferenceSchedulerPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnInferenceSchedulerPropsMixin
protected CfnInferenceSchedulerPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnInferenceSchedulerPropsMixin
@Stability(Stable) public CfnInferenceSchedulerPropsMixin(@NotNull CfnInferenceSchedulerMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::LookoutEquipment::InferenceScheduler.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnInferenceSchedulerPropsMixin
@Stability(Stable) public CfnInferenceSchedulerPropsMixin(@NotNull CfnInferenceSchedulerMixinProps props) Create a mixin to apply properties toAWS::LookoutEquipment::InferenceScheduler.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-