public static class ModelGetAlgorithmOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String crn,
String recordType)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
ModelGetAlgorithmOptions |
build()
Builds a ModelGetAlgorithmOptions.
|
ModelGetAlgorithmOptions.Builder |
crn(String crn)
Set the crn.
|
ModelGetAlgorithmOptions.Builder |
recordType(String recordType)
Set the recordType.
|
public ModelGetAlgorithmOptions build()
public ModelGetAlgorithmOptions.Builder crn(String crn)
crn
- the crnpublic ModelGetAlgorithmOptions.Builder recordType(String recordType)
recordType
- the recordTypeCopyright © 2021 IBM Cloud. All rights reserved.