Class ImplementationLogging
Configuration of Logging for ML Application Implementation.
Inheritance
ImplementationLogging
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ImplementationLogging
Properties
AggregatedInstanceViewLog
Declaration
[JsonProperty(PropertyName = "aggregatedInstanceViewLog")]
public ImplementationLogDetails AggregatedInstanceViewLog { get; set; }
Property Value
ImplementationLog
Declaration
[JsonProperty(PropertyName = "implementationLog")]
public ImplementationLogDetails ImplementationLog { get; set; }
Property Value
TriggerLog
Declaration
[JsonProperty(PropertyName = "triggerLog")]
public ImplementationLogDetails TriggerLog { get; set; }
Property Value