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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lookoutequipment.CfnInferenceSchedulerProps
CfnInferenceSchedulerProps.Builder, CfnInferenceSchedulerProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInferenceSchedulerProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
A period of time (in minutes) by which inference on the data is delayed after the data starts.final Object
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.final Object
Specifies configuration information for the output results for the inference scheduler, including the Amazon S3 location for the output.final String
How often data is uploaded to the source S3 bucket for the input data.final String
The name of the inference scheduler.final String
The name of the machine learning model used for the inference scheduler.final String
The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.final String
Provides the identifier of the AWS KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment .getTags()
Any tags associated with the inference scheduler.final int
hashCode()
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:CfnInferenceSchedulerProps
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.- Specified by:
getDataInputConfiguration
in interfaceCfnInferenceSchedulerProps
- See Also:
-
getDataOutputConfiguration
Description copied from interface:CfnInferenceSchedulerProps
Specifies configuration information for the output results for the inference scheduler, including the Amazon S3 location for the output.- Specified by:
getDataOutputConfiguration
in interfaceCfnInferenceSchedulerProps
- See Also:
-
getDataUploadFrequency
Description copied from interface:CfnInferenceSchedulerProps
How 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:
getDataUploadFrequency
in interfaceCfnInferenceSchedulerProps
- See Also:
-
getModelName
Description copied from interface:CfnInferenceSchedulerProps
The name of the machine learning model used for the inference scheduler.- Specified by:
getModelName
in interfaceCfnInferenceSchedulerProps
- See Also:
-
getRoleArn
Description copied from interface:CfnInferenceSchedulerProps
The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.- Specified by:
getRoleArn
in interfaceCfnInferenceSchedulerProps
- See Also:
-
getDataDelayOffsetInMinutes
Description copied from interface:CfnInferenceSchedulerProps
A 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:
getDataDelayOffsetInMinutes
in interfaceCfnInferenceSchedulerProps
- See Also:
-
getInferenceSchedulerName
Description copied from interface:CfnInferenceSchedulerProps
The name of the inference scheduler.- Specified by:
getInferenceSchedulerName
in interfaceCfnInferenceSchedulerProps
- See Also:
-
getServerSideKmsKeyId
Description copied from interface:CfnInferenceSchedulerProps
Provides the identifier of the AWS KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment .- Specified by:
getServerSideKmsKeyId
in interfaceCfnInferenceSchedulerProps
- See Also:
-
getTags
Description copied from interface:CfnInferenceSchedulerProps
Any tags associated with the inference scheduler.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnInferenceSchedulerProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-