Show / Hide Table of Contents

Class ImplementationLogDetails

Log configuration details for particular areas of ML Application Implementation.

Inheritance
object
ImplementationLogDetails
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 ImplementationLogDetails

Properties

EnableLogging

Declaration
[JsonProperty(PropertyName = "enableLogging")]
public bool? EnableLogging { get; set; }
Property Value
Type Description
bool?

If logging is enabled.

LogGroupId

Declaration
[JsonProperty(PropertyName = "logGroupId")]
public string LogGroupId { get; set; }
Property Value
Type Description
string

The OCID of the log group.

LogId

Declaration
[JsonProperty(PropertyName = "logId")]
public string LogId { get; set; }
Property Value
Type Description
string

The OCID of the log.

In this article
Back to top