CohortCreateRequest
Cohort create request.
Attributes
attributenamestr= Field(description='Cohort name.')attributedescriptionstr | None= Field(default=None, description='Cohort description.')attributeagent_iduuid.UUID= Field(description="Agent the cohort's sessions belong to.")attributemetadatadict[str, JsonValue]= Field(default_factory=dict, description='Arbitrary metadata.')