| Name | Type | Description | Notes |
|---|---|---|---|
| CollectionId | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| Description | Pointer to string | [optional] | |
| EmbeddingModel | Pointer to string | [optional] | |
| Dimensions | Pointer to int32 | [optional] |
func NewCreateVectorCollection201ResponseCollection() *CreateVectorCollection201ResponseCollection
NewCreateVectorCollection201ResponseCollection instantiates a new CreateVectorCollection201ResponseCollection 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 NewCreateVectorCollection201ResponseCollectionWithDefaults() *CreateVectorCollection201ResponseCollection
NewCreateVectorCollection201ResponseCollectionWithDefaults instantiates a new CreateVectorCollection201ResponseCollection 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 *CreateVectorCollection201ResponseCollection) GetCollectionId() string
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
func (o *CreateVectorCollection201ResponseCollection) GetCollectionIdOk() (*string, bool)
GetCollectionIdOk returns a tuple with the CollectionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateVectorCollection201ResponseCollection) SetCollectionId(v string)
SetCollectionId sets CollectionId field to given value.
func (o *CreateVectorCollection201ResponseCollection) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *CreateVectorCollection201ResponseCollection) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateVectorCollection201ResponseCollection) 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 *CreateVectorCollection201ResponseCollection) SetName(v string)
SetName sets Name field to given value.
func (o *CreateVectorCollection201ResponseCollection) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CreateVectorCollection201ResponseCollection) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CreateVectorCollection201ResponseCollection) 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 *CreateVectorCollection201ResponseCollection) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CreateVectorCollection201ResponseCollection) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CreateVectorCollection201ResponseCollection) GetEmbeddingModel() string
GetEmbeddingModel returns the EmbeddingModel field if non-nil, zero value otherwise.
func (o *CreateVectorCollection201ResponseCollection) GetEmbeddingModelOk() (*string, bool)
GetEmbeddingModelOk returns a tuple with the EmbeddingModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateVectorCollection201ResponseCollection) SetEmbeddingModel(v string)
SetEmbeddingModel sets EmbeddingModel field to given value.
func (o *CreateVectorCollection201ResponseCollection) HasEmbeddingModel() bool
HasEmbeddingModel returns a boolean if a field has been set.
func (o *CreateVectorCollection201ResponseCollection) GetDimensions() int32
GetDimensions returns the Dimensions field if non-nil, zero value otherwise.
func (o *CreateVectorCollection201ResponseCollection) GetDimensionsOk() (*int32, bool)
GetDimensionsOk returns a tuple with the Dimensions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateVectorCollection201ResponseCollection) SetDimensions(v int32)
SetDimensions sets Dimensions field to given value.
func (o *CreateVectorCollection201ResponseCollection) HasDimensions() bool
HasDimensions returns a boolean if a field has been set.