Show / Hide Table of Contents

Class ClassificationMultiLabelModeDetails

Possible text classification multi label mode details

Inheritance
object
ClassificationType
ClassificationMultiLabelModeDetails
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 ClassificationMultiLabelModeDetails : 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