Python class
TextParam
TextParamโ
class max.pipelines.request.TextParam(*, type='text')
Bases: BaseModel
Configuration for text generation.
-
Parameters:
-
type (Literal['text'])
model_configโ
model_config: ClassVar[ConfigDict] = {'frozen': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
typeโ
type: Literal['text']
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!