Show / Hide Table of Contents

Class ModelDetails

Model details.

Inheritance
object
ModelDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top