public static interface CreateInferenceSchedulerRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<CreateInferenceSchedulerRequest.Builder,CreateInferenceSchedulerRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateInferenceSchedulerRequest.Builder |
clientToken(String clientToken)
A unique identifier for the request.
|
CreateInferenceSchedulerRequest.Builder |
dataDelayOffsetInMinutes(Long dataDelayOffsetInMinutes)
The interval (in minutes) of planned delay at the start of each inference segment.
|
default CreateInferenceSchedulerRequest.Builder |
dataInputConfiguration(Consumer<InferenceInputConfiguration.Builder> dataInputConfiguration)
Specifies configuration information for the input data for the inference scheduler, including delimiter,
format, and dataset location.
|
CreateInferenceSchedulerRequest.Builder |
dataInputConfiguration(InferenceInputConfiguration dataInputConfiguration)
Specifies configuration information for the input data for the inference scheduler, including delimiter,
format, and dataset location.
|
default CreateInferenceSchedulerRequest.Builder |
dataOutputConfiguration(Consumer<InferenceOutputConfiguration.Builder> dataOutputConfiguration)
Specifies configuration information for the output results for the inference scheduler, including the S3
location for the output.
|
CreateInferenceSchedulerRequest.Builder |
dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results for the inference scheduler, including the S3
location for the output.
|
CreateInferenceSchedulerRequest.Builder |
dataUploadFrequency(DataUploadFrequency dataUploadFrequency)
How often data is uploaded to the source Amazon S3 bucket for the input data.
|
CreateInferenceSchedulerRequest.Builder |
dataUploadFrequency(String dataUploadFrequency)
How often data is uploaded to the source Amazon S3 bucket for the input data.
|
CreateInferenceSchedulerRequest.Builder |
inferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler being created.
|
CreateInferenceSchedulerRequest.Builder |
modelName(String modelName)
The name of the previously trained ML model being used to create the inference scheduler.
|
CreateInferenceSchedulerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateInferenceSchedulerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateInferenceSchedulerRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the
inference.
|
CreateInferenceSchedulerRequest.Builder |
serverSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for
Equipment.
|
CreateInferenceSchedulerRequest.Builder |
tags(Collection<Tag> tags)
Any tags associated with the inference scheduler.
|
CreateInferenceSchedulerRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Any tags associated with the inference scheduler.
|
CreateInferenceSchedulerRequest.Builder |
tags(Tag... tags)
Any tags associated with the inference scheduler.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateInferenceSchedulerRequest.Builder modelName(String modelName)
The name of the previously trained ML model being used to create the inference scheduler.
modelName - The name of the previously trained ML model being used to create the inference scheduler.CreateInferenceSchedulerRequest.Builder inferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler being created.
inferenceSchedulerName - The name of the inference scheduler being created.CreateInferenceSchedulerRequest.Builder dataDelayOffsetInMinutes(Long dataDelayOffsetInMinutes)
The interval (in minutes) of planned delay at the start of each inference segment. For example, if inference is set to run every ten minutes, the delay is set to five minutes and the time is 09:08. The inference scheduler will wake up at the configured interval (which, without a delay configured, would be 09:10) plus the additional five minute delay time (so 09:15) to check your Amazon S3 bucket. The delay provides a buffer for you to upload data at the same frequency, so that you don't have to stop and restart the scheduler when uploading new data.
For more information, see Understanding the inference process.
dataDelayOffsetInMinutes - The interval (in minutes) of planned delay at the start of each inference segment. For example, if
inference is set to run every ten minutes, the delay is set to five minutes and the time is 09:08. The
inference scheduler will wake up at the configured interval (which, without a delay configured, would
be 09:10) plus the additional five minute delay time (so 09:15) to check your Amazon S3 bucket. The
delay provides a buffer for you to upload data at the same frequency, so that you don't have to stop
and restart the scheduler when uploading new data.
For more information, see Understanding the inference process.
CreateInferenceSchedulerRequest.Builder dataUploadFrequency(String dataUploadFrequency)
How often data is uploaded to the source Amazon 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 runs inference on your data.
For more information, see Understanding the inference process.
dataUploadFrequency - How often data is uploaded to the source Amazon 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 runs inference on your data.
For more information, see Understanding the inference process.
DataUploadFrequency,
DataUploadFrequencyCreateInferenceSchedulerRequest.Builder dataUploadFrequency(DataUploadFrequency dataUploadFrequency)
How often data is uploaded to the source Amazon 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 runs inference on your data.
For more information, see Understanding the inference process.
dataUploadFrequency - How often data is uploaded to the source Amazon 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 runs inference on your data.
For more information, see Understanding the inference process.
DataUploadFrequency,
DataUploadFrequencyCreateInferenceSchedulerRequest.Builder dataInputConfiguration(InferenceInputConfiguration dataInputConfiguration)
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
dataInputConfiguration - Specifies configuration information for the input data for the inference scheduler, including
delimiter, format, and dataset location.default CreateInferenceSchedulerRequest.Builder dataInputConfiguration(Consumer<InferenceInputConfiguration.Builder> dataInputConfiguration)
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
This is a convenience method that creates an instance of theInferenceInputConfiguration.Builder
avoiding the need to create one manually via InferenceInputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataInputConfiguration(InferenceInputConfiguration).
dataInputConfiguration - a consumer that will call methods on InferenceInputConfiguration.BuilderdataInputConfiguration(InferenceInputConfiguration)CreateInferenceSchedulerRequest.Builder dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results for the inference scheduler, including the S3 location for the output.
dataOutputConfiguration - Specifies configuration information for the output results for the inference scheduler, including the
S3 location for the output.default CreateInferenceSchedulerRequest.Builder dataOutputConfiguration(Consumer<InferenceOutputConfiguration.Builder> dataOutputConfiguration)
Specifies configuration information for the output results for the inference scheduler, including the S3 location for the output.
This is a convenience method that creates an instance of theInferenceOutputConfiguration.Builder
avoiding the need to create one manually via InferenceOutputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataOutputConfiguration(InferenceOutputConfiguration).
dataOutputConfiguration - a consumer that will call methods on InferenceOutputConfiguration.BuilderdataOutputConfiguration(InferenceOutputConfiguration)CreateInferenceSchedulerRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the inference.
roleArn - The Amazon Resource Name (ARN) of a role with permission to access the data source being used for the
inference.CreateInferenceSchedulerRequest.Builder serverSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment.
serverSideKmsKeyId - Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for
Equipment.CreateInferenceSchedulerRequest.Builder clientToken(String clientToken)
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
clientToken - A unique identifier for the request. If you do not set the client request token, Amazon Lookout for
Equipment generates one.CreateInferenceSchedulerRequest.Builder tags(Collection<Tag> tags)
Any tags associated with the inference scheduler.
tags - Any tags associated with the inference scheduler.CreateInferenceSchedulerRequest.Builder tags(Tag... tags)
Any tags associated with the inference scheduler.
tags - Any tags associated with the inference scheduler.CreateInferenceSchedulerRequest.Builder tags(Consumer<Tag.Builder>... tags)
Any tags associated with the inference scheduler.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateInferenceSchedulerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateInferenceSchedulerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.