Show / Hide Table of Contents

Class ConfigurationDetails

training model details

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

Properties

ConfigurationMap

Declaration
[JsonProperty(PropertyName = "configurationMap")]
public Dictionary<string, string> ConfigurationMap { get; set; }
Property Value
Type Description
Dictionary<string, string>
In this article
Back to top