Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.15 KB

EndpointProperties.md

File metadata and controls

13 lines (9 loc) · 1.15 KB

EndpointProperties

Properties

Name Type Description Notes
logging_enabled bool A value indicating whether content logging (audio & transcriptions) is being used for a deployment. [optional]
time_to_live string How long the endpoint will be kept in the system. Once the endpoint reaches the time to live after completion (successful or failed) it will be automatically deleted. Not setting this value or setting to 0 will disable automatic deletion. The longest supported duration is 31 days. The duration is encoded as ISO 8601 duration ("PnYnMnDTnHnMnS", see https://en.wikipedia.org/wiki/ISO_8601#Durations). [optional]
email string The email address to send email notifications to in case the operation completes. The value will be removed after successfully sending the email. [optional]
error \Swagger\Client\Model\EntityError [optional]

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