| Name | Type | Description | Notes |
|---|---|---|---|
| Description | Pointer to string | [optional] | |
| MaintainerId | Pointer to string | [optional] | |
| MaintainerTeamKey | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| Tags | Pointer to []string | [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 NewAIConfigPatch() *AIConfigPatch
NewAIConfigPatch instantiates a new AIConfigPatch 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 NewAIConfigPatchWithDefaults() *AIConfigPatch
NewAIConfigPatchWithDefaults instantiates a new AIConfigPatch 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 *AIConfigPatch) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AIConfigPatch) 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 *AIConfigPatch) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AIConfigPatch) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AIConfigPatch) GetMaintainerId() string
GetMaintainerId returns the MaintainerId field if non-nil, zero value otherwise.
func (o *AIConfigPatch) 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 *AIConfigPatch) SetMaintainerId(v string)
SetMaintainerId sets MaintainerId field to given value.
func (o *AIConfigPatch) HasMaintainerId() bool
HasMaintainerId returns a boolean if a field has been set.
func (o *AIConfigPatch) GetMaintainerTeamKey() string
GetMaintainerTeamKey returns the MaintainerTeamKey field if non-nil, zero value otherwise.
func (o *AIConfigPatch) 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 *AIConfigPatch) SetMaintainerTeamKey(v string)
SetMaintainerTeamKey sets MaintainerTeamKey field to given value.
func (o *AIConfigPatch) HasMaintainerTeamKey() bool
HasMaintainerTeamKey returns a boolean if a field has been set.
func (o *AIConfigPatch) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AIConfigPatch) 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 *AIConfigPatch) SetName(v string)
SetName sets Name field to given value.
func (o *AIConfigPatch) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AIConfigPatch) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *AIConfigPatch) 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 *AIConfigPatch) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *AIConfigPatch) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *AIConfigPatch) GetEvaluationMetricKey() string
GetEvaluationMetricKey returns the EvaluationMetricKey field if non-nil, zero value otherwise.
func (o *AIConfigPatch) 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 *AIConfigPatch) SetEvaluationMetricKey(v string)
SetEvaluationMetricKey sets EvaluationMetricKey field to given value.
func (o *AIConfigPatch) HasEvaluationMetricKey() bool
HasEvaluationMetricKey returns a boolean if a field has been set.
func (o *AIConfigPatch) GetIsInverted() bool
GetIsInverted returns the IsInverted field if non-nil, zero value otherwise.
func (o *AIConfigPatch) 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 *AIConfigPatch) SetIsInverted(v bool)
SetIsInverted sets IsInverted field to given value.
func (o *AIConfigPatch) HasIsInverted() bool
HasIsInverted returns a boolean if a field has been set.