Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2568,23 +2568,23 @@ Create an input field with metadata.

### DeriverInputSchema

Schema for deriver input data.
Pydantic model for deriver schema input data.

**Attributes**:

- `timestamp` _datetime_ - The timestamp for the input.

### DeriverOutputSchema

Schema for deriver output data.
Pydantic model for deriver schema output data.

**Attributes**:

- `timestamp` _datetime_ - The timestamp for the output.

### DeriverSchema

Schema for a deriver.
Pydantic model for a deriver schema.

**Attributes**:

Expand Down Expand Up @@ -2617,7 +2617,7 @@ Create an output field with metadata.

### DeriverSchemaOutputWithDAG

Deriver schema output with DAG information.
Pydantic model for deriver schema output with DAG information.

**Attributes**:

Expand All @@ -2629,7 +2629,7 @@ Deriver schema output with DAG information.

### DeriverSchemaInput

Schema for deriver input with suggested inputs.
Pydantic model for deriver schema input with suggested inputs.

**Attributes**:

Expand All @@ -2641,7 +2641,7 @@ Schema for deriver input with suggested inputs.

### DeriverSchemaDAG

Schema for a deriver schema DAG.
Pydantic model for a deriver schema DAG.

**Attributes**:

Expand Down