Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 7.42 KB

File metadata and controls

238 lines (129 loc) · 7.42 KB

GetVectorCollection200ResponseCollection

Properties

Name Type Description Notes
CollectionId Pointer to string [optional]
Name Pointer to string [optional]
Description Pointer to string [optional]
DocumentCount Pointer to int32 [optional]
EmbeddingModel Pointer to string [optional]
Dimensions Pointer to int32 [optional]
CreatedAt Pointer to time.Time [optional]
UpdatedAt Pointer to time.Time [optional]

Methods

NewGetVectorCollection200ResponseCollection

func NewGetVectorCollection200ResponseCollection() *GetVectorCollection200ResponseCollection

NewGetVectorCollection200ResponseCollection instantiates a new GetVectorCollection200ResponseCollection 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

NewGetVectorCollection200ResponseCollectionWithDefaults

func NewGetVectorCollection200ResponseCollectionWithDefaults() *GetVectorCollection200ResponseCollection

NewGetVectorCollection200ResponseCollectionWithDefaults instantiates a new GetVectorCollection200ResponseCollection 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 *GetVectorCollection200ResponseCollection) GetCollectionId() string

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

GetCollectionIdOk

func (o *GetVectorCollection200ResponseCollection) 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 *GetVectorCollection200ResponseCollection) SetCollectionId(v string)

SetCollectionId sets CollectionId field to given value.

HasCollectionId

func (o *GetVectorCollection200ResponseCollection) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

GetName

func (o *GetVectorCollection200ResponseCollection) GetName() string

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

GetNameOk

func (o *GetVectorCollection200ResponseCollection) 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 *GetVectorCollection200ResponseCollection) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GetVectorCollection200ResponseCollection) HasName() bool

HasName returns a boolean if a field has been set.

GetDescription

func (o *GetVectorCollection200ResponseCollection) GetDescription() string

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

GetDescriptionOk

func (o *GetVectorCollection200ResponseCollection) 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 *GetVectorCollection200ResponseCollection) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *GetVectorCollection200ResponseCollection) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDocumentCount

func (o *GetVectorCollection200ResponseCollection) GetDocumentCount() int32

GetDocumentCount returns the DocumentCount field if non-nil, zero value otherwise.

GetDocumentCountOk

func (o *GetVectorCollection200ResponseCollection) GetDocumentCountOk() (*int32, bool)

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

SetDocumentCount

func (o *GetVectorCollection200ResponseCollection) SetDocumentCount(v int32)

SetDocumentCount sets DocumentCount field to given value.

HasDocumentCount

func (o *GetVectorCollection200ResponseCollection) HasDocumentCount() bool

HasDocumentCount returns a boolean if a field has been set.

GetEmbeddingModel

func (o *GetVectorCollection200ResponseCollection) GetEmbeddingModel() string

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

GetEmbeddingModelOk

func (o *GetVectorCollection200ResponseCollection) 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 *GetVectorCollection200ResponseCollection) SetEmbeddingModel(v string)

SetEmbeddingModel sets EmbeddingModel field to given value.

HasEmbeddingModel

func (o *GetVectorCollection200ResponseCollection) HasEmbeddingModel() bool

HasEmbeddingModel returns a boolean if a field has been set.

GetDimensions

func (o *GetVectorCollection200ResponseCollection) GetDimensions() int32

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

GetDimensionsOk

func (o *GetVectorCollection200ResponseCollection) 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 *GetVectorCollection200ResponseCollection) SetDimensions(v int32)

SetDimensions sets Dimensions field to given value.

HasDimensions

func (o *GetVectorCollection200ResponseCollection) HasDimensions() bool

HasDimensions returns a boolean if a field has been set.

GetCreatedAt

func (o *GetVectorCollection200ResponseCollection) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *GetVectorCollection200ResponseCollection) GetCreatedAtOk() (*time.Time, bool)

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

SetCreatedAt

func (o *GetVectorCollection200ResponseCollection) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *GetVectorCollection200ResponseCollection) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetUpdatedAt

func (o *GetVectorCollection200ResponseCollection) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *GetVectorCollection200ResponseCollection) GetUpdatedAtOk() (*time.Time, bool)

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

SetUpdatedAt

func (o *GetVectorCollection200ResponseCollection) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *GetVectorCollection200ResponseCollection) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

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