| Name | Type | Description | Notes |
|---|---|---|---|
| Description | Pointer to string | [optional] [default to ""] | |
| Key | string | ||
| MaintainerId | Pointer to string | [optional] | |
| MaintainerTeamKey | Pointer to string | [optional] | |
| Mode | Pointer to string | [optional] [default to "completion"] | |
| Name | string | ||
| Tags | Pointer to []string | [optional] | |
| DefaultVariation | Pointer to AIConfigVariationPost | [optional] | |
| EvaluationMetricKey | Pointer to string | Evaluation metric key for this AI Config | [optional] |
| IsInverted | Pointer to bool | Whether the evaluation metric is inverted, meaning a lower value is better if set as true | [optional] |
func NewAIConfigPost(key string, name string, ) *AIConfigPost
NewAIConfigPost instantiates a new AIConfigPost 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
func NewAIConfigPostWithDefaults() *AIConfigPost
NewAIConfigPostWithDefaults instantiates a new AIConfigPost 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
func (o *AIConfigPost) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AIConfigPost) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigPost) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AIConfigPost) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AIConfigPost) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *AIConfigPost) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigPost) SetKey(v string)
SetKey sets Key field to given value.
func (o *AIConfigPost) GetMaintainerId() string
GetMaintainerId returns the MaintainerId field if non-nil, zero value otherwise.
func (o *AIConfigPost) GetMaintainerIdOk() (*string, bool)
GetMaintainerIdOk returns a tuple with the MaintainerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigPost) SetMaintainerId(v string)
SetMaintainerId sets MaintainerId field to given value.
func (o *AIConfigPost) HasMaintainerId() bool
HasMaintainerId returns a boolean if a field has been set.
func (o *AIConfigPost) GetMaintainerTeamKey() string
GetMaintainerTeamKey returns the MaintainerTeamKey field if non-nil, zero value otherwise.
func (o *AIConfigPost) GetMaintainerTeamKeyOk() (*string, bool)
GetMaintainerTeamKeyOk returns a tuple with the MaintainerTeamKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigPost) SetMaintainerTeamKey(v string)
SetMaintainerTeamKey sets MaintainerTeamKey field to given value.
func (o *AIConfigPost) HasMaintainerTeamKey() bool
HasMaintainerTeamKey returns a boolean if a field has been set.
func (o *AIConfigPost) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *AIConfigPost) GetModeOk() (*string, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigPost) SetMode(v string)
SetMode sets Mode field to given value.
func (o *AIConfigPost) HasMode() bool
HasMode returns a boolean if a field has been set.
func (o *AIConfigPost) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AIConfigPost) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigPost) SetName(v string)
SetName sets Name field to given value.
func (o *AIConfigPost) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *AIConfigPost) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigPost) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *AIConfigPost) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *AIConfigPost) GetDefaultVariation() AIConfigVariationPost
GetDefaultVariation returns the DefaultVariation field if non-nil, zero value otherwise.
func (o *AIConfigPost) GetDefaultVariationOk() (*AIConfigVariationPost, bool)
GetDefaultVariationOk returns a tuple with the DefaultVariation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigPost) SetDefaultVariation(v AIConfigVariationPost)
SetDefaultVariation sets DefaultVariation field to given value.
func (o *AIConfigPost) HasDefaultVariation() bool
HasDefaultVariation returns a boolean if a field has been set.
func (o *AIConfigPost) GetEvaluationMetricKey() string
GetEvaluationMetricKey returns the EvaluationMetricKey field if non-nil, zero value otherwise.
func (o *AIConfigPost) GetEvaluationMetricKeyOk() (*string, bool)
GetEvaluationMetricKeyOk returns a tuple with the EvaluationMetricKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigPost) SetEvaluationMetricKey(v string)
SetEvaluationMetricKey sets EvaluationMetricKey field to given value.
func (o *AIConfigPost) HasEvaluationMetricKey() bool
HasEvaluationMetricKey returns a boolean if a field has been set.
func (o *AIConfigPost) GetIsInverted() bool
GetIsInverted returns the IsInverted field if non-nil, zero value otherwise.
func (o *AIConfigPost) GetIsInvertedOk() (*bool, bool)
GetIsInvertedOk returns a tuple with the IsInverted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigPost) SetIsInverted(v bool)
SetIsInverted sets IsInverted field to given value.
func (o *AIConfigPost) HasIsInverted() bool
HasIsInverted returns a boolean if a field has been set.