Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.65 KB

File metadata and controls

82 lines (45 loc) · 2.65 KB

ChatInferenceRequestResponseFormat

Properties

Name Type Description Notes
Type Pointer to string [optional]
JsonSchema Pointer to map[string]interface{} JSON Schema defining expected structure [optional]

Methods

NewChatInferenceRequestResponseFormat

func NewChatInferenceRequestResponseFormat() *ChatInferenceRequestResponseFormat

NewChatInferenceRequestResponseFormat instantiates a new ChatInferenceRequestResponseFormat object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewChatInferenceRequestResponseFormatWithDefaults

func NewChatInferenceRequestResponseFormatWithDefaults() *ChatInferenceRequestResponseFormat

NewChatInferenceRequestResponseFormatWithDefaults instantiates a new ChatInferenceRequestResponseFormat object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetType

func (o *ChatInferenceRequestResponseFormat) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ChatInferenceRequestResponseFormat) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ChatInferenceRequestResponseFormat) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ChatInferenceRequestResponseFormat) HasType() bool

HasType returns a boolean if a field has been set.

GetJsonSchema

func (o *ChatInferenceRequestResponseFormat) GetJsonSchema() map[string]interface{}

GetJsonSchema returns the JsonSchema field if non-nil, zero value otherwise.

GetJsonSchemaOk

func (o *ChatInferenceRequestResponseFormat) GetJsonSchemaOk() (*map[string]interface{}, bool)

GetJsonSchemaOk returns a tuple with the JsonSchema field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJsonSchema

func (o *ChatInferenceRequestResponseFormat) SetJsonSchema(v map[string]interface{})

SetJsonSchema sets JsonSchema field to given value.

HasJsonSchema

func (o *ChatInferenceRequestResponseFormat) HasJsonSchema() bool

HasJsonSchema returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]