Skip to content

Latest commit

History

History
31 lines (22 loc) · 1.19 KB

File metadata and controls

31 lines (22 loc) · 1.19 KB

CreateInferenceDeploymentResponse

Properties

NameTypeDescriptionNotes
idint
created_atdatetime
endpoint_urlstr

Example

fromplatform_api_python_client.models.create_inference_deployment_responseimportCreateInferenceDeploymentResponse# TODO update the JSON string belowjson="{}"# create an instance of CreateInferenceDeploymentResponse from a JSON stringcreate_inference_deployment_response_instance=CreateInferenceDeploymentResponse.from_json(json)
# print the JSON string representation of the objectprint(CreateInferenceDeploymentResponse.to_json())
# convert the object into a dictcreate_inference_deployment_response_dict=create_inference_deployment_response_instance.to_dict()
# create an instance of CreateInferenceDeploymentResponse from a dictcreate_inference_deployment_response_from_dict=CreateInferenceDeploymentResponse.from_dict(create_inference_deployment_response_dict)

[Back to Model list][Back to API list][Back to README]