Skip to main content
Version: 1.0

aixplain.v2.corpus

CorpusListParams Objects

class CorpusListParams(BaseListParams)

[view_source]

Parameters for listing corpora.

Attributes:

  • query - Optional[Text]: A search query.
  • function - Optional[Function]: The function of the model.
  • suppliers - Union[Supplier, List[Supplier]: The suppliers of the model.
  • source_languages - Union[Language, List[Language]: The source languages of the model.
  • target_languages - Union[Language, List[Language]: The target languages of the model.
  • is_finetunable - bool: Whether the model is finetunable.