DiagnosticsConfigurationArgs

data class DiagnosticsConfigurationArgs(val expiry: Output<String>? = null, val level: Output<Either<String, DiagnosticsLevel>>) : ConvertibleToJava<DiagnosticsConfigurationArgs>

Diagnostics settings for an Azure ML web service.

Constructors

Link copied to clipboard
constructor(expiry: Output<String>? = null, level: Output<Either<String, DiagnosticsLevel>>)

Properties

Link copied to clipboard
val expiry: Output<String>? = null

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

Link copied to clipboard
val level: Output<Either<String, DiagnosticsLevel>>

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

Functions

Link copied to clipboard
open override fun toJava(): DiagnosticsConfigurationArgs