createIdNamespace
inline suspend fun EntityResolutionClient.createIdNamespace(crossinline block: CreateIdNamespaceRequest.Builder.() -> Unit): CreateIdNamespaceResponse
Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace
API.