Show / Hide Table of Contents

Class ImplementationLogging

Configuration of Logging for ML Application Implementation.

Inheritance
object
ImplementationLogging
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ImplementationLogging

Properties

AggregatedInstanceViewLog

Declaration
[JsonProperty(PropertyName = "aggregatedInstanceViewLog")]
public ImplementationLogDetails AggregatedInstanceViewLog { get; set; }
Property Value
Type Description
ImplementationLogDetails

ImplementationLog

Declaration
[JsonProperty(PropertyName = "implementationLog")]
public ImplementationLogDetails ImplementationLog { get; set; }
Property Value
Type Description
ImplementationLogDetails

TriggerLog

Declaration
[JsonProperty(PropertyName = "triggerLog")]
public ImplementationLogDetails TriggerLog { get; set; }
Property Value
Type Description
ImplementationLogDetails
In this article
Back to top