Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiagnosticsConfiguration

Package version

interface

An interface representing DiagnosticsConfiguration. Diagnostics settings for an Azure ML web service.

Hierarchy

  • DiagnosticsConfiguration

Index

Properties

Properties

Optional expiry

expiry: Date
member

{Date} [expiry] Specifies the date and time when the logging will cease. If null, diagnostic collection is not time limited.

level

member

{DiagnosticsLevel} 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). Possible values include: 'None', 'Error', 'All'

Generated using TypeDoc