LookoutEquipment.Client.
update_inference_scheduler
(**kwargs)¶Updates an inference scheduler.
See also: AWS API Documentation
Request Syntax
response = client.update_inference_scheduler(
InferenceSchedulerName='string',
DataDelayOffsetInMinutes=123,
DataUploadFrequency='PT5M'|'PT10M'|'PT15M'|'PT30M'|'PT1H',
DataInputConfiguration={
'S3InputConfiguration': {
'Bucket': 'string',
'Prefix': 'string'
},
'InputTimeZoneOffset': 'string',
'InferenceInputNameConfiguration': {
'TimestampFormat': 'string',
'ComponentTimestampDelimiter': 'string'
}
},
DataOutputConfiguration={
'S3OutputConfiguration': {
'Bucket': 'string',
'Prefix': 'string'
},
'KmsKeyId': 'string'
},
RoleArn='string'
)
[REQUIRED]
The name of the inference scheduler to be updated.
Specifies information for the input data for the inference scheduler, including delimiter, format, and dataset location.
Specifies configuration information for the input data for the inference, including Amazon S3 location of input data.
The bucket containing the input dataset for the inference.
The prefix for the S3 bucket used for the input data for the inference.
Indicates the difference between your time zone and Coordinated Universal Time (UTC).
Specifies configuration information for the input data for the inference, including timestamp format and delimiter.
The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
Indicates the delimiter character used between items in the data.
Specifies information for the output results from the inference scheduler, including the output S3 location.
Specifies configuration information for the output results from for the inference, output S3 location.
The bucket containing the output results from the inference
The prefix for the S3 bucket used for the output results from the inference.
The ID number for the AWS KMS key used to encrypt the inference output.
None
Exceptions
LookoutEquipment.Client.exceptions.ConflictException
LookoutEquipment.Client.exceptions.ResourceNotFoundException
LookoutEquipment.Client.exceptions.ValidationException
LookoutEquipment.Client.exceptions.ThrottlingException
LookoutEquipment.Client.exceptions.AccessDeniedException
LookoutEquipment.Client.exceptions.InternalServerException