Skip to content

Bedrock Agentcore  >  Structures  >  ExtractionJobMetadata

ExtractionJobMetadata

Structure Class

ExtractionJobMetadata dataclass

Metadata information associated with this extraction job.

Attributes

actor_id class-attribute instance-attribute
actor_id: str | None = None

The identifier of the actor for this extraction job.

failure_reason class-attribute instance-attribute
failure_reason: str | None = None

The cause of failure, if the job did not complete successfully.

job_id instance-attribute
job_id: str

The unique identifier for the extraction job.

messages instance-attribute

The messages associated with the extraction job.

session_id class-attribute instance-attribute
session_id: str | None = None

The identifier of the session for this extraction job.

status class-attribute instance-attribute
status: ExtractionJobStatus | None = None

The current status of the extraction job.

strategy_id class-attribute instance-attribute
strategy_id: str | None = None

The identifier of the memory strategy for this extraction job.