Class CfnInferenceSchedulerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInferenceSchedulerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInferenceSchedulerProps
CfnInferenceSchedulerProps-
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.services.lookoutequipment.CfnInferenceSchedulerProps
CfnInferenceSchedulerProps.Builder, CfnInferenceSchedulerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInferenceSchedulerProps.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 theCfnInferenceSchedulerProps.Builder.
-
-
Method Details
-
getDataInputConfiguration
Description copied from interface:CfnInferenceSchedulerPropsSpecifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.- Specified by:
getDataInputConfigurationin interfaceCfnInferenceSchedulerProps- See Also:
-
getDataOutputConfiguration
Description copied from interface:CfnInferenceSchedulerPropsSpecifies configuration information for the output results for the inference scheduler, including the Amazon S3 location for the output.- Specified by:
getDataOutputConfigurationin interfaceCfnInferenceSchedulerProps- See Also:
-
getDataUploadFrequency
Description copied from interface:CfnInferenceSchedulerPropsHow 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 interfaceCfnInferenceSchedulerProps- See Also:
-
getModelName
Description copied from interface:CfnInferenceSchedulerPropsThe name of the machine learning model used for the inference scheduler.- Specified by:
getModelNamein interfaceCfnInferenceSchedulerProps- See Also:
-
getRoleArn
Description copied from interface:CfnInferenceSchedulerPropsThe Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.- Specified by:
getRoleArnin interfaceCfnInferenceSchedulerProps- See Also:
-
getDataDelayOffsetInMinutes
Description copied from interface:CfnInferenceSchedulerPropsA 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 interfaceCfnInferenceSchedulerProps- See Also:
-
getInferenceSchedulerName
Description copied from interface:CfnInferenceSchedulerPropsThe name of the inference scheduler.- Specified by:
getInferenceSchedulerNamein interfaceCfnInferenceSchedulerProps- See Also:
-
getServerSideKmsKeyId
Description copied from interface:CfnInferenceSchedulerPropsProvides the identifier of the AWS KMS key used to encrypt inference scheduler data by .- Specified by:
getServerSideKmsKeyIdin interfaceCfnInferenceSchedulerProps- See Also:
-
getTags
Description copied from interface:CfnInferenceSchedulerPropsAny tags associated with the inference scheduler.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnInferenceSchedulerProps- 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()
-