Class CfnInferenceSchedulerMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceSchedulerMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceSchedulerMixinProps
CfnInferenceSchedulerMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.lookoutequipment.CfnInferenceSchedulerMixinProps
CfnInferenceSchedulerMixinProps.Builder, CfnInferenceSchedulerMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceSchedulerMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberA period of time (in minutes) by which inference on the data is delayed after the data starts.final ObjectSpecifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.final ObjectSpecifies configuration information for the output results for the inference scheduler, including the Amazon S3 location for the output.final StringHow often data is uploaded to the source S3 bucket for the input data.final StringThe name of the inference scheduler.final StringThe name of the machine learning model used for the inference scheduler.final StringThe Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.final StringProvides the identifier of the AWS KMS key used to encrypt inference scheduler data by .getTags()Any tags associated with the inference scheduler.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnInferenceSchedulerMixinProps.Builder.
-
-
Method Details
-
getDataDelayOffsetInMinutes
Description copied from interface:CfnInferenceSchedulerMixinPropsA period of time (in minutes) by which inference on the data is delayed after the data starts.For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.
- Specified by:
getDataDelayOffsetInMinutesin interfaceCfnInferenceSchedulerMixinProps- See Also:
-
getDataInputConfiguration
Description copied from interface:CfnInferenceSchedulerMixinPropsSpecifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.- Specified by:
getDataInputConfigurationin interfaceCfnInferenceSchedulerMixinProps- See Also:
-
getDataOutputConfiguration
Description copied from interface:CfnInferenceSchedulerMixinPropsSpecifies configuration information for the output results for the inference scheduler, including the Amazon S3 location for the output.- Specified by:
getDataOutputConfigurationin interfaceCfnInferenceSchedulerMixinProps- See Also:
-
getDataUploadFrequency
Description copied from interface:CfnInferenceSchedulerMixinPropsHow often data is uploaded to the source S3 bucket for the input data.This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes.
- Specified by:
getDataUploadFrequencyin interfaceCfnInferenceSchedulerMixinProps- See Also:
-
getInferenceSchedulerName
Description copied from interface:CfnInferenceSchedulerMixinPropsThe name of the inference scheduler.- Specified by:
getInferenceSchedulerNamein interfaceCfnInferenceSchedulerMixinProps- See Also:
-
getModelName
Description copied from interface:CfnInferenceSchedulerMixinPropsThe name of the machine learning model used for the inference scheduler.- Specified by:
getModelNamein interfaceCfnInferenceSchedulerMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnInferenceSchedulerMixinPropsThe Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.- Specified by:
getRoleArnin interfaceCfnInferenceSchedulerMixinProps- See Also:
-
getServerSideKmsKeyId
Description copied from interface:CfnInferenceSchedulerMixinPropsProvides the identifier of the AWS KMS key used to encrypt inference scheduler data by .- Specified by:
getServerSideKmsKeyIdin interfaceCfnInferenceSchedulerMixinProps- See Also:
-
getTags
Description copied from interface:CfnInferenceSchedulerMixinPropsAny tags associated with the inference scheduler.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnInferenceSchedulerMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-