Show / Hide Table of Contents

Class UpdateCategoryLogDetails

The log details for each category for update.

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

Properties

Access

Declaration
[JsonProperty(PropertyName = "access")]
public LogDetails Access { get; set; }
Property Value
Type Description
LogDetails

Predict

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