You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromplatform_api_python_client.models.create_rag_deployment_requestimportCreateRagDeploymentRequest# TODO update the JSON string belowjson="{}"# create an instance of CreateRagDeploymentRequest from a JSON stringcreate_rag_deployment_request_instance=CreateRagDeploymentRequest.from_json(json)
# print the JSON string representation of the objectprint(CreateRagDeploymentRequest.to_json())
# convert the object into a dictcreate_rag_deployment_request_dict=create_rag_deployment_request_instance.to_dict()
# create an instance of CreateRagDeploymentRequest from a dictcreate_rag_deployment_request_from_dict=CreateRagDeploymentRequest.from_dict(create_rag_deployment_request_dict)