| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
DataUploadFrequency |
InferenceSchedulerSummary.dataUploadFrequency()
How often data is uploaded to the source S3 bucket for the input data.
|
DataUploadFrequency |
UpdateInferenceSchedulerRequest.dataUploadFrequency()
How often data is uploaded to the source S3 bucket for the input data.
|
DataUploadFrequency |
CreateInferenceSchedulerRequest.dataUploadFrequency()
How often data is uploaded to the source Amazon S3 bucket for the input data.
|
DataUploadFrequency |
DescribeInferenceSchedulerResponse.dataUploadFrequency()
Specifies how often data is uploaded to the source S3 bucket for the input data.
|
static DataUploadFrequency |
DataUploadFrequency.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<DataUploadFrequency> |
DataUploadFrequency.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InferenceSchedulerSummary.Builder |
InferenceSchedulerSummary.Builder.dataUploadFrequency(DataUploadFrequency dataUploadFrequency)
How often data is uploaded to the source S3 bucket for the input data.
|
UpdateInferenceSchedulerRequest.Builder |
UpdateInferenceSchedulerRequest.Builder.dataUploadFrequency(DataUploadFrequency dataUploadFrequency)
How often data is uploaded to the source S3 bucket for the input data.
|
CreateInferenceSchedulerRequest.Builder |
CreateInferenceSchedulerRequest.Builder.dataUploadFrequency(DataUploadFrequency dataUploadFrequency)
How often data is uploaded to the source Amazon S3 bucket for the input data.
|
DescribeInferenceSchedulerResponse.Builder |
DescribeInferenceSchedulerResponse.Builder.dataUploadFrequency(DataUploadFrequency dataUploadFrequency)
Specifies how often data is uploaded to the source S3 bucket for the input data.
|
Copyright © 2022. All rights reserved.