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
fromaim_platform_sdk.models.manage_user_artifact_requestimportManageUserArtifactRequest# TODO update the JSON string belowjson="{}"# create an instance of ManageUserArtifactRequest from a JSON stringmanage_user_artifact_request_instance=ManageUserArtifactRequest.from_json(json)
# print the JSON string representation of the objectprintManageUserArtifactRequest.to_json()
# convert the object into a dictmanage_user_artifact_request_dict=manage_user_artifact_request_instance.to_dict()
# create an instance of ManageUserArtifactRequest from a dictmanage_user_artifact_request_form_dict=manage_user_artifact_request.from_dict(manage_user_artifact_request_dict)