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
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewClientAsyncClientRun HelpersRun TreesEvaluationSchemasUtilitiesWrappersAnonymizerTestingExpect APIMiddlewarePytest PluginDeployment SDK
Language
Theme
PythonlangsmithschemasExampleUpsertWithAttachments
Class●Since v0.2

ExampleUpsertWithAttachments

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

Bases

ExampleCreate

Attributes

Inherited fromExampleCreate

Attributes

Aid: Optional[UUID]Acreated_at: datetimeAinputs: Optional[dict[str, Any]]Aoutputs: Optional[dict[str, Any]]A
View source on GitHub
metadata
: Optional[dict[str, Any]]
Asplit: Optional[Union[str, list[str]]]
Aattachments: Optional[dict[str, _AttachmentLike]]
Ause_source_run_io: bool
Ause_source_run_attachments: Optional[list[str]]
Asource_run_id: Optional[UUID]
attribute
dataset_id: UUID

Example create with attachments.