LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Client
  • AsyncClient
  • Run Helpers
  • Run Trees
  • Evaluation
  • Schemas
  • Utilities
  • Wrappers
  • Anonymizer
  • Testing
  • Expect API
  • Middleware
  • Pytest Plugin
  • Deployment SDK
  • RemoteGraph
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDKRemoteGraph
Language
Theme
PythonlangsmithschemasExampleCreate
Class●Since v0.0

ExampleCreate

Example upload with attachments.

Copy
ExampleCreate(
    self,
    **data = {},
)

Bases

BaseModel

Constructors

constructor
__init__

Attributes

attribute
id: Optional[UUID]
attribute
created_at: datetime
attribute
inputs: Optional[dict[str, Any]]
attribute
outputs: Optional[dict[str, Any]]
attribute
metadata: Optional[dict[str, Any]]
attribute
split: Optional[Union[str, list[str]]]
attribute
attachments: Optional[dict[str, _AttachmentLike]]
attribute
use_source_run_io: bool
attribute
use_source_run_attachments: Optional[list[str]]
attribute
source_run_id: Optional[UUID]
View source on GitHub