Show / Hide Table of Contents

Class JsonSchemaResponseFormat

Enables Structured Outputs which ensures the model will match your supplied JSON schema.

Inheritance
object
ResponseFormat
JsonSchemaResponseFormat
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class JsonSchemaResponseFormat : ResponseFormat

Properties

JsonSchema

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