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
PythonlangsmithschemasExampleUpsertWithAttachments
Class●Since v0.2

ExampleUpsertWithAttachments

Example create with attachments.

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

Bases

ExampleCreate

Attributes

attribute
dataset_id: UUID

Inherited fromExampleCreate

Attributes

Aid: UUIDAcreated_at: floatAinputs: inputsAoutputs: Optional[dict[str, Any]]Ametadata: Optional[dict[str, Any]]
—

Optional metadata for the run.

Asplit: Optional[Union[str, list[str]]]Aattachments: attachmentsAuse_source_run_io: boolAuse_source_run_attachments: Optional[list[str]]Asource_run_id: Optional[UUID]
View source on GitHub