Show / Hide Table of Contents

Class ClassificationMultiClassModeDetails

Possible text classification multi class mode details

Inheritance
object
ClassificationType
ClassificationMultiClassModeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class ClassificationMultiClassModeDetails : ClassificationType

Properties

Version

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

Optional if nothing specified latest base model will be used for training. Supported versions can be found at /modelTypes/{modelType}

In this article
Back to top