Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.16 KB

File metadata and controls

186 lines (101 loc) · 6.16 KB

ListVectorCollections200ResponseCollectionsInner

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]
CreatedAt Pointer to time.Time [optional]

Methods

NewListVectorCollections200ResponseCollectionsInner

func NewListVectorCollections200ResponseCollectionsInner() *ListVectorCollections200ResponseCollectionsInner

NewListVectorCollections200ResponseCollectionsInner instantiates a new ListVectorCollections200ResponseCollectionsInner 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

NewListVectorCollections200ResponseCollectionsInnerWithDefaults

func NewListVectorCollections200ResponseCollectionsInnerWithDefaults() *ListVectorCollections200ResponseCollectionsInner

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

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

GetCollectionIdOk

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

SetCollectionId sets CollectionId field to given value.

HasCollectionId

func (o *ListVectorCollections200ResponseCollectionsInner) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

GetName

func (o *ListVectorCollections200ResponseCollectionsInner) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *ListVectorCollections200ResponseCollectionsInner) HasName() bool

HasName returns a boolean if a field has been set.

GetDescription

func (o *ListVectorCollections200ResponseCollectionsInner) GetDescription() string

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

GetDescriptionOk

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

SetDescription sets Description field to given value.

HasDescription

func (o *ListVectorCollections200ResponseCollectionsInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetDocumentCount

func (o *ListVectorCollections200ResponseCollectionsInner) GetDocumentCount() int32

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

GetDocumentCountOk

func (o *ListVectorCollections200ResponseCollectionsInner) 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 *ListVectorCollections200ResponseCollectionsInner) SetDocumentCount(v int32)

SetDocumentCount sets DocumentCount field to given value.

HasDocumentCount

func (o *ListVectorCollections200ResponseCollectionsInner) HasDocumentCount() bool

HasDocumentCount returns a boolean if a field has been set.

GetEmbeddingModel

func (o *ListVectorCollections200ResponseCollectionsInner) GetEmbeddingModel() string

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

GetEmbeddingModelOk

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

SetEmbeddingModel sets EmbeddingModel field to given value.

HasEmbeddingModel

func (o *ListVectorCollections200ResponseCollectionsInner) HasEmbeddingModel() bool

HasEmbeddingModel returns a boolean if a field has been set.

GetCreatedAt

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

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

GetCreatedAtOk

func (o *ListVectorCollections200ResponseCollectionsInner) 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 *ListVectorCollections200ResponseCollectionsInner) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ListVectorCollections200ResponseCollectionsInner) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

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