SemanticIngestSourcePrivateDataCollection
Properties
Name |
Type |
Description |
Notes |
type |
str |
|
|
proj_key |
str |
|
|
index_key |
str |
|
|
Example
from deepsearch.cps.apis.public_v2.models.semantic_ingest_source_private_data_collection import SemanticIngestSourcePrivateDataCollection
# TODO update the JSON string below
json = "{}"
# create an instance of SemanticIngestSourcePrivateDataCollection from a JSON string
semantic_ingest_source_private_data_collection_instance = SemanticIngestSourcePrivateDataCollection.from_json(json)
# print the JSON string representation of the object
print(SemanticIngestSourcePrivateDataCollection.to_json())
# convert the object into a dict
semantic_ingest_source_private_data_collection_dict = semantic_ingest_source_private_data_collection_instance.to_dict()
# create an instance of SemanticIngestSourcePrivateDataCollection from a dict
semantic_ingest_source_private_data_collection_form_dict = semantic_ingest_source_private_data_collection.from_dict(semantic_ingest_source_private_data_collection_dict)
[Back to Model list] [Back to API list] [Back to README]