Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.17 KB

File metadata and controls

160 lines (87 loc) · 5.17 KB

CreateVectorCollection201ResponseCollection

Properties

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]

Methods

NewCreateVectorCollection201ResponseCollection

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

NewCreateVectorCollection201ResponseCollectionWithDefaults

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

GetCollectionId

func (o *CreateVectorCollection201ResponseCollection) GetCollectionId() string

GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.

GetCollectionIdOk

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.

SetCollectionId

func (o *CreateVectorCollection201ResponseCollection) SetCollectionId(v string)

SetCollectionId sets CollectionId field to given value.

HasCollectionId

func (o *CreateVectorCollection201ResponseCollection) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

GetName

func (o *CreateVectorCollection201ResponseCollection) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *CreateVectorCollection201ResponseCollection) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CreateVectorCollection201ResponseCollection) HasName() bool

HasName returns a boolean if a field has been set.

GetDescription

func (o *CreateVectorCollection201ResponseCollection) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *CreateVectorCollection201ResponseCollection) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CreateVectorCollection201ResponseCollection) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetEmbeddingModel

func (o *CreateVectorCollection201ResponseCollection) GetEmbeddingModel() string

GetEmbeddingModel returns the EmbeddingModel field if non-nil, zero value otherwise.

GetEmbeddingModelOk

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.

SetEmbeddingModel

func (o *CreateVectorCollection201ResponseCollection) SetEmbeddingModel(v string)

SetEmbeddingModel sets EmbeddingModel field to given value.

HasEmbeddingModel

func (o *CreateVectorCollection201ResponseCollection) HasEmbeddingModel() bool

HasEmbeddingModel returns a boolean if a field has been set.

GetDimensions

func (o *CreateVectorCollection201ResponseCollection) GetDimensions() int32

GetDimensions returns the Dimensions field if non-nil, zero value otherwise.

GetDimensionsOk

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.

SetDimensions

func (o *CreateVectorCollection201ResponseCollection) SetDimensions(v int32)

SetDimensions sets Dimensions field to given value.

HasDimensions

func (o *CreateVectorCollection201ResponseCollection) HasDimensions() bool

HasDimensions returns a boolean if a field has been set.

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