Class ModelMetadataDetails
training model details For this release only one model is allowed to be input here. One of the three modelType, ModelId, endpointId should be given other wise error will be thrown from API
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class ModelMetadataDetails
Properties
Configuration
Declaration
[JsonProperty(PropertyName = "configuration")]
public Dictionary<string, ConfigurationDetails> Configuration { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, ConfigurationDetails> |
EndpointId
Declaration
[JsonProperty(PropertyName = "endpointId")]
public string EndpointId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier endpoint OCID that should be used for inference |
LanguageCode
Declaration
[JsonProperty(PropertyName = "languageCode")]
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string | Language code supported
|
ModelId
Declaration
[JsonProperty(PropertyName = "modelId")]
public string ModelId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier model OCID that should be used for inference |
ModelType
Declaration
[JsonProperty(PropertyName = "modelType")]
public string ModelType { get; set; }
Property Value
Type | Description |
---|---|
string | model type to used for inference allowed values are
|