public class ModelUpdateAlgorithmOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ModelUpdateAlgorithmOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
crn()
Gets the crn.
|
AlgorithmEncryption |
encryption()
Gets the encryption.
|
Map<String,AlgorithmEntityType> |
entityTypes()
Gets the entityTypes.
|
String |
locale()
Gets the locale.
|
ModelUpdateAlgorithmOptions.Builder |
newBuilder()
New builder.
|
String |
recordType()
Gets the recordType.
|
Map<String,AlgorithmStandardizer> |
standardizers()
Gets the standardizers.
|
public ModelUpdateAlgorithmOptions.Builder newBuilder()
public String crn()
public String recordType()
public Map<String,AlgorithmStandardizer> standardizers()
public AlgorithmEncryption encryption()
public Map<String,AlgorithmEntityType> entityTypes()
public String locale()
Copyright © 2021 IBM Cloud. All rights reserved.