Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 903 Bytes

File metadata and controls

30 lines (18 loc) · 903 Bytes

CreateCollectionInputBody

Properties

Name Type Description Notes
binaries List<Long> Optional binary IDs to link to the collection. [optional]
collectionName String Collection name.
collectionScope CollectionScopeEnum Visibility scope.
description String Collection description.
modelId Long Model ID the collection is associated with.
tags List<String> Optional tags to attach to the collection. [optional]

Enum: CollectionScopeEnum

Name Value
PRIVATE "PRIVATE"
PUBLIC "PUBLIC"
PROTECTED "PROTECTED"
TEAM "TEAM"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"