LlmData Class

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

LLM Request Response Data

Constructor

LlmData(*, input_data: Input, data_column_names: Dict[str, str] | None = None, data_window: BaselineDataRange | None = None)

Keyword-Only Parameters

Name Description
input_data
<xref:azure.ai.ml.entities.Input>

Input data used by the monitor.

data_column_names

The names of columns in the input data.

Default value: None
data_window

The number of days or a time frame that a signal monitor looks back over the target.

Default value: None