public static interface CollectionConfiguration.Builder extends SdkPojo, CopyableBuilder<CollectionConfiguration.Builder,CollectionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
CollectionConfiguration.Builder |
collectionName(String collectionName)
The name of the tensor collection.
|
CollectionConfiguration.Builder |
collectionParameters(Map<String,String> collectionParameters)
Parameter values for the tensor collection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollectionConfiguration.Builder collectionName(String collectionName)
The name of the tensor collection. The name must be unique relative to other rule configuration names.
collectionName - The name of the tensor collection. The name must be unique relative to other rule configuration names.CollectionConfiguration.Builder collectionParameters(Map<String,String> collectionParameters)
Parameter values for the tensor collection. The allowed parameters are "name",
"include_regex", "reduction_config", "save_config",
"tensor_names", and "save_histogram".
collectionParameters - Parameter values for the tensor collection. The allowed parameters are "name",
"include_regex", "reduction_config", "save_config",
"tensor_names", and "save_histogram".Copyright © 2021. All rights reserved.