Class ModelDetails
Model details.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class ModelDetails
Properties
ModelName
Declaration
[JsonProperty(PropertyName = "modelName")]
public string ModelName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Name of the model. |
ModelParams
Declaration
[JsonProperty(PropertyName = "modelParams")]
public ModelParams ModelParams { get; set; }
Property Value
| Type | Description |
|---|---|
| ModelParams |
ModelVersion
Declaration
[JsonProperty(PropertyName = "modelVersion")]
public string ModelVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Version of the model. |