Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lookoutequipment.CfnInferenceSchedulerPropsMixin.Builder
Packages that use CfnInferenceSchedulerPropsMixin.Builder
-
Uses of CfnInferenceSchedulerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.lookoutequipment
Methods in software.amazon.awscdk.cfnpropertymixins.services.lookoutequipment that return CfnInferenceSchedulerPropsMixin.BuilderModifier and TypeMethodDescriptionCfnInferenceSchedulerPropsMixin.Builder.create()CfnInferenceSchedulerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnInferenceSchedulerPropsMixin.Builder.dataDelayOffsetInMinutes(Number dataDelayOffsetInMinutes) A period of time (in minutes) by which inference on the data is delayed after the data starts.CfnInferenceSchedulerPropsMixin.Builder.dataInputConfiguration(Object dataInputConfiguration) Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.CfnInferenceSchedulerPropsMixin.Builder.dataOutputConfiguration(Object dataOutputConfiguration) Specifies configuration information for the output results for the inference scheduler, including the Amazon S3 location for the output.CfnInferenceSchedulerPropsMixin.Builder.dataUploadFrequency(String dataUploadFrequency) How often data is uploaded to the source S3 bucket for the input data.CfnInferenceSchedulerPropsMixin.Builder.inferenceSchedulerName(String inferenceSchedulerName) The name of the inference scheduler.The name of the machine learning model used for the inference scheduler.The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.CfnInferenceSchedulerPropsMixin.Builder.serverSideKmsKeyId(String serverSideKmsKeyId) Provides the identifier of the AWS KMS key used to encrypt inference scheduler data by .Any tags associated with the inference scheduler.