Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Updates an inference scheduler.
Synopsis
- data UpdateInferenceScheduler = UpdateInferenceScheduler' {}
- newUpdateInferenceScheduler :: Text -> UpdateInferenceScheduler
- updateInferenceScheduler_dataUploadFrequency :: Lens' UpdateInferenceScheduler (Maybe DataUploadFrequency)
- updateInferenceScheduler_dataDelayOffsetInMinutes :: Lens' UpdateInferenceScheduler (Maybe Natural)
- updateInferenceScheduler_dataOutputConfiguration :: Lens' UpdateInferenceScheduler (Maybe InferenceOutputConfiguration)
- updateInferenceScheduler_dataInputConfiguration :: Lens' UpdateInferenceScheduler (Maybe InferenceInputConfiguration)
- updateInferenceScheduler_roleArn :: Lens' UpdateInferenceScheduler (Maybe Text)
- updateInferenceScheduler_inferenceSchedulerName :: Lens' UpdateInferenceScheduler Text
- data UpdateInferenceSchedulerResponse = UpdateInferenceSchedulerResponse' {
- newUpdateInferenceSchedulerResponse :: UpdateInferenceSchedulerResponse
Creating a Request
data UpdateInferenceScheduler Source #
See: newUpdateInferenceScheduler
smart constructor.
UpdateInferenceScheduler' | |
|
Instances
newUpdateInferenceScheduler Source #
Create a value of UpdateInferenceScheduler
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataUploadFrequency:UpdateInferenceScheduler'
, updateInferenceScheduler_dataUploadFrequency
- How often data is uploaded to the source S3 bucket for the input data.
The value chosen 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.
$sel:dataDelayOffsetInMinutes:UpdateInferenceScheduler'
, updateInferenceScheduler_dataDelayOffsetInMinutes
- A period of time (in minutes) by which inference on the data is delayed
after the data starts. For instance, if you select an offset delay time
of five minutes, 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.
$sel:dataOutputConfiguration:UpdateInferenceScheduler'
, updateInferenceScheduler_dataOutputConfiguration
- Specifies information for the output results from the inference
scheduler, including the output S3 location.
$sel:dataInputConfiguration:UpdateInferenceScheduler'
, updateInferenceScheduler_dataInputConfiguration
- Specifies information for the input data for the inference scheduler,
including delimiter, format, and dataset location.
$sel:roleArn:UpdateInferenceScheduler'
, updateInferenceScheduler_roleArn
- The Amazon Resource Name (ARN) of a role with permission to access the
data source for the inference scheduler.
$sel:inferenceSchedulerName:UpdateInferenceScheduler'
, updateInferenceScheduler_inferenceSchedulerName
- The name of the inference scheduler to be updated.
Request Lenses
updateInferenceScheduler_dataUploadFrequency :: Lens' UpdateInferenceScheduler (Maybe DataUploadFrequency) Source #
How often data is uploaded to the source S3 bucket for the input data. The value chosen 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.
updateInferenceScheduler_dataDelayOffsetInMinutes :: Lens' UpdateInferenceScheduler (Maybe Natural) Source #
A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if you select an offset delay time of five minutes, 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.
updateInferenceScheduler_dataOutputConfiguration :: Lens' UpdateInferenceScheduler (Maybe InferenceOutputConfiguration) Source #
Specifies information for the output results from the inference scheduler, including the output S3 location.
updateInferenceScheduler_dataInputConfiguration :: Lens' UpdateInferenceScheduler (Maybe InferenceInputConfiguration) Source #
Specifies information for the input data for the inference scheduler, including delimiter, format, and dataset location.
updateInferenceScheduler_roleArn :: Lens' UpdateInferenceScheduler (Maybe Text) Source #
The Amazon Resource Name (ARN) of a role with permission to access the data source for the inference scheduler.
updateInferenceScheduler_inferenceSchedulerName :: Lens' UpdateInferenceScheduler Text Source #
The name of the inference scheduler to be updated.
Destructuring the Response
data UpdateInferenceSchedulerResponse Source #
See: newUpdateInferenceSchedulerResponse
smart constructor.
Instances
Eq UpdateInferenceSchedulerResponse Source # | |
Read UpdateInferenceSchedulerResponse Source # | |
Show UpdateInferenceSchedulerResponse Source # | |
Generic UpdateInferenceSchedulerResponse Source # | |
NFData UpdateInferenceSchedulerResponse Source # | |
Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler rnf :: UpdateInferenceSchedulerResponse -> () # | |
type Rep UpdateInferenceSchedulerResponse Source # | |
Defined in Amazonka.LookoutEquipment.UpdateInferenceScheduler type Rep UpdateInferenceSchedulerResponse = D1 ('MetaData "UpdateInferenceSchedulerResponse" "Amazonka.LookoutEquipment.UpdateInferenceScheduler" "libZSservicesZSamazonka-lookoutequipmentZSamazonka-lookoutequipment" 'False) (C1 ('MetaCons "UpdateInferenceSchedulerResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newUpdateInferenceSchedulerResponse :: UpdateInferenceSchedulerResponse Source #
Create a value of UpdateInferenceSchedulerResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.