Package | Description |
---|---|
com.ibm.analytics.mdm.v0.model |
Modifier and Type | Method and Description |
---|---|
AlgorithmStandardizer |
AlgorithmStandardizer.Builder.build()
Builds a AlgorithmStandardizer.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AlgorithmStandardizer> |
Algorithm.standardizers()
Gets the standardizers.
|
Map<String,AlgorithmStandardizer> |
ModelUpdateAlgorithmOptions.standardizers()
Gets the standardizers.
|
Map<String,AlgorithmStandardizer> |
ModelReplaceAlgorithmOptions.standardizers()
Gets the standardizers.
|
Modifier and Type | Method and Description |
---|---|
Algorithm.Builder |
Algorithm.Builder.standardizers(Map<String,AlgorithmStandardizer> standardizers)
Set the standardizers.
|
ModelUpdateAlgorithmOptions.Builder |
ModelUpdateAlgorithmOptions.Builder.standardizers(Map<String,AlgorithmStandardizer> standardizers)
Set the standardizers.
|
ModelReplaceAlgorithmOptions.Builder |
ModelReplaceAlgorithmOptions.Builder.standardizers(Map<String,AlgorithmStandardizer> standardizers)
Set the standardizers.
|
Constructor and Description |
---|
Builder(Map<String,AlgorithmStandardizer> standardizers,
AlgorithmEncryption encryption,
Map<String,AlgorithmEntityType> entityTypes,
String locale)
Instantiates a new builder with required properties.
|
Builder(String crn,
String recordType,
Map<String,AlgorithmStandardizer> standardizers,
AlgorithmEncryption encryption,
Map<String,AlgorithmEntityType> entityTypes,
String locale)
Instantiates a new builder with required properties.
|
Builder(String crn,
String recordType,
Map<String,AlgorithmStandardizer> standardizers,
AlgorithmEncryption encryption,
Map<String,AlgorithmEntityType> entityTypes,
String locale)
Instantiates a new builder with required properties.
|
Copyright © 2021 IBM Cloud. All rights reserved.