| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics |
This is the Amazon Lookout for Metrics API Reference.
|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMetricSetResult> |
AbstractAmazonLookoutMetricsAsync.createMetricSetAsync(CreateMetricSetRequest request,
AsyncHandler<CreateMetricSetRequest,CreateMetricSetResult> asyncHandler) |
Future<CreateMetricSetResult> |
AmazonLookoutMetricsAsync.createMetricSetAsync(CreateMetricSetRequest createMetricSetRequest,
AsyncHandler<CreateMetricSetRequest,CreateMetricSetResult> asyncHandler)
Creates a dataset.
|
Future<CreateMetricSetResult> |
AmazonLookoutMetricsAsyncClient.createMetricSetAsync(CreateMetricSetRequest request,
AsyncHandler<CreateMetricSetRequest,CreateMetricSetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateMetricSetRequest |
CreateMetricSetRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateMetricSetRequest |
CreateMetricSetRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateMetricSetRequest |
CreateMetricSetRequest.clone() |
CreateMetricSetRequest |
CreateMetricSetRequest.withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the anomaly detector that will use the dataset.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withDimensionList(Collection<String> dimensionList)
A list of the fields you want to treat as dimensions.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withDimensionList(String... dimensionList)
A list of the fields you want to treat as dimensions.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withMetricList(Collection<Metric> metricList)
A list of metrics that the dataset will contain.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withMetricList(Metric... metricList)
A list of metrics that the dataset will contain.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withMetricSetDescription(String metricSetDescription)
A description of the dataset you are creating.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withMetricSetFrequency(Frequency metricSetFrequency)
The frequency with which the source data will be analyzed for anomalies.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withMetricSetFrequency(String metricSetFrequency)
The frequency with which the source data will be analyzed for anomalies.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withMetricSetName(String metricSetName)
The name of the dataset.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withMetricSource(MetricSource metricSource)
Contains information about how the source data should be interpreted.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withOffset(Integer offset)
After an interval ends, the amount of seconds that the detector waits before importing data.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withTags(Map<String,String> tags)
A list of tags to apply
to the dataset.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withTimestampColumn(TimestampColumn timestampColumn)
Contains information about the column used for tracking time in your source data.
|
CreateMetricSetRequest |
CreateMetricSetRequest.withTimezone(String timezone)
The time zone in which your source data was recorded.
|
Copyright © 2022. All rights reserved.