| Package | Description |
|---|---|
| org.odpi.egeria.connectors.ibm.ia.clientlibrary.model |
Defines data constructs needed to handle IBM Information Analyzer metadata.
|
| Modifier and Type | Method and Description |
|---|---|
BenchmarkComparisonOperatorType |
MetricBenchmark.getOperator() |
BenchmarkComparisonOperatorType |
ConfidenceBenchmark.getOperator() |
BenchmarkComparisonOperatorType |
ValidityBenchmark.getOperator() |
BenchmarkComparisonOperatorType |
BaselineComparisonBenchmark.getOperator() |
static BenchmarkComparisonOperatorType |
BenchmarkComparisonOperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BenchmarkComparisonOperatorType[] |
BenchmarkComparisonOperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricBenchmark.setOperator(BenchmarkComparisonOperatorType operator) |
void |
ConfidenceBenchmark.setOperator(BenchmarkComparisonOperatorType operator) |
void |
ValidityBenchmark.setOperator(BenchmarkComparisonOperatorType operator) |
void |
BaselineComparisonBenchmark.setOperator(BenchmarkComparisonOperatorType operator) |
Copyright © 2018–2021 ODPi. All rights reserved.