DiagnosticsConfigurationResponse

data class DiagnosticsConfigurationResponse(val expiry: String? = null, val level: String)

Diagnostics settings for an Azure ML web service.

Constructors

Link copied to clipboard
constructor(expiry: String? = null, level: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expiry: String? = null

Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.

Link copied to clipboard

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).