@Stability(value=Stable) @Internal public static final class CfnInferenceSchedulerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInferenceSchedulerProps
CfnInferenceSchedulerPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnInferenceSchedulerProps.Builder, CfnInferenceSchedulerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnInferenceSchedulerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnInferenceSchedulerProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getDataDelayOffsetInMinutes()
A period of time (in minutes) by which inference on the data is delayed after the data starts.
|
Object |
getDataInputConfiguration()
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
|
Object |
getDataOutputConfiguration()
Specifies configuration information for the output results for the inference scheduler, including the Amazon S3 location for the output.
|
String |
getDataUploadFrequency()
How often data is uploaded to the source S3 bucket for the input data.
|
String |
getInferenceSchedulerName()
The name of the inference scheduler.
|
String |
getModelName()
The name of the ML model used for the inference scheduler.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.
|
String |
getServerSideKmsKeyId()
Provides the identifier of the AWS KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment .
|
List<CfnTag> |
getTags()
Any tags associated with the inference scheduler.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnInferenceSchedulerProps.Builder builder)
CfnInferenceSchedulerProps.Builder.public final Object getDataInputConfiguration()
CfnInferenceSchedulerPropsgetDataInputConfiguration in interface CfnInferenceSchedulerPropspublic final Object getDataOutputConfiguration()
CfnInferenceSchedulerPropsgetDataOutputConfiguration in interface CfnInferenceSchedulerPropspublic final String getDataUploadFrequency()
CfnInferenceSchedulerPropsThis 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.
getDataUploadFrequency in interface CfnInferenceSchedulerPropspublic final String getModelName()
CfnInferenceSchedulerPropsgetModelName in interface CfnInferenceSchedulerPropspublic final String getRoleArn()
CfnInferenceSchedulerPropsgetRoleArn in interface CfnInferenceSchedulerPropspublic final Number getDataDelayOffsetInMinutes()
CfnInferenceSchedulerPropsFor 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.
getDataDelayOffsetInMinutes in interface CfnInferenceSchedulerPropspublic final String getInferenceSchedulerName()
CfnInferenceSchedulerPropsgetInferenceSchedulerName in interface CfnInferenceSchedulerPropspublic final String getServerSideKmsKeyId()
CfnInferenceSchedulerPropsgetServerSideKmsKeyId in interface CfnInferenceSchedulerPropspublic final List<CfnTag> getTags()
CfnInferenceSchedulerPropsFor more information, see Tag .
getTags in interface CfnInferenceSchedulerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.