The functionget_schema(collection_name)returns the collection schema in python dictionary format.
get_schema(collection_name)
Input-
collection_name – Specifies the Collection of which the schema will be returned.
Example-
Schema = hyperspace_client.get_schema(collection_name)
The output will be in a python dictionary format
Last updated 2 years ago