| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
StatisticOverride |
StatisticOverride.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
StatisticOverride |
StatisticOverride.clearParametersEntries()
Removes all the entries added into Parameters.
|
StatisticOverride |
StatisticOverride.clone() |
StatisticOverride |
StatisticOverride.withParameters(Map<String,String> parameters)
A map that includes overrides of an evaluation’s parameters.
|
StatisticOverride |
StatisticOverride.withStatistic(String statistic)
The name of an evaluation
|
| Modifier and Type | Method and Description |
|---|---|
List<StatisticOverride> |
StatisticsConfiguration.getOverrides()
List of overrides for evaluations.
|
| Modifier and Type | Method and Description |
|---|---|
StatisticsConfiguration |
StatisticsConfiguration.withOverrides(StatisticOverride... overrides)
List of overrides for evaluations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsConfiguration.setOverrides(Collection<StatisticOverride> overrides)
List of overrides for evaluations.
|
StatisticsConfiguration |
StatisticsConfiguration.withOverrides(Collection<StatisticOverride> overrides)
List of overrides for evaluations.
|
Copyright © 2023. All rights reserved.