maxframe.learn.contrib.llm.models.managed.ManagedTextGenLLM#
- class maxframe.learn.contrib.llm.models.managed.ManagedTextGenLLM(name: str, deploy_config: ModelDeploymentConfig | None = None)[source]#
Managed text LLM by MaxFrame.
- __init__(name: str, deploy_config: ModelDeploymentConfig | None = None)[source]#
Initialize a managed text LLM.
- Parameters:
name (str) – The managed text LLM name to use.
deploy_config (ModelDeploymentConfig) – The model deployment config to use.
Methods
__init__(name[, deploy_config])Initialize a managed text LLM.
classify(series, labels[, description, ...])copy()copy_to(target)extract(series, schema[, description, ...])generate(data, prompt_template[, ...])summarize(series[, index])translate(series, target_language[, ...])validate_params(params)Attributes
deploy_configname