| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static DataUploadFrequency |
DataUploadFrequency.fromValue(String value)
Use this in place of valueOf.
|
static DataUploadFrequency |
DataUploadFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataUploadFrequency[] |
DataUploadFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInferenceSchedulerRequest |
UpdateInferenceSchedulerRequest.withDataUploadFrequency(DataUploadFrequency dataUploadFrequency)
How often data is uploaded to the source S3 bucket for the input data.
|
CreateInferenceSchedulerRequest |
CreateInferenceSchedulerRequest.withDataUploadFrequency(DataUploadFrequency dataUploadFrequency)
How often data is uploaded to the source Amazon S3 bucket for the input data.
|
InferenceSchedulerSummary |
InferenceSchedulerSummary.withDataUploadFrequency(DataUploadFrequency dataUploadFrequency)
How often data is uploaded to the source S3 bucket for the input data.
|
DescribeInferenceSchedulerResult |
DescribeInferenceSchedulerResult.withDataUploadFrequency(DataUploadFrequency dataUploadFrequency)
Specifies how often data is uploaded to the source S3 bucket for the input data.
|
Copyright © 2024. All rights reserved.