Show / Hide Table of Contents

Class Usage

Details of usage.

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

Properties

ModelDetails

Declaration
[JsonProperty(PropertyName = "modelDetails")]
public ModelDetails ModelDetails { get; set; }
Property Value
Type Description
ModelDetails

UsageDetails

Declaration
[JsonProperty(PropertyName = "usageDetails")]
public UsageDetails UsageDetails { get; set; }
Property Value
Type Description
UsageDetails
In this article
Back to top