DiagnosticsConfiguration interface
Diagnostics settings for an Azure ML web service.
Properties
expiry | Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited. |
level | Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr). |
Property Details
expiry
Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.
expiry?: Date
Property Value
Date
level
Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).
level: string
Property Value
string