Class: Aws::BedrockAgentCore::Types::ExtractionJobMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::ExtractionJobMetadata
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Metadata information associated with this extraction job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actor_id ⇒ String
The identifier of the actor for this extraction job.
-
#failure_reason ⇒ String
The cause of failure, if the job did not complete successfully.
-
#job_id ⇒ String
The unique identifier for the extraction job.
-
#messages ⇒ Types::ExtractionJobMessages
The messages associated with the extraction job.
-
#session_id ⇒ String
The identifier of the session for this extraction job.
-
#status ⇒ String
The current status of the extraction job.
-
#strategy_id ⇒ String
The identifier of the memory strategy for this extraction job.
Instance Attribute Details
#actor_id ⇒ String
The identifier of the actor for this extraction job.
865 866 867 868 869 870 871 872 873 874 875 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 865 class ExtractionJobMetadata < Struct.new( :job_id, :messages, :status, :failure_reason, :strategy_id, :session_id, :actor_id) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The cause of failure, if the job did not complete successfully.
865 866 867 868 869 870 871 872 873 874 875 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 865 class ExtractionJobMetadata < Struct.new( :job_id, :messages, :status, :failure_reason, :strategy_id, :session_id, :actor_id) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The unique identifier for the extraction job.
865 866 867 868 869 870 871 872 873 874 875 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 865 class ExtractionJobMetadata < Struct.new( :job_id, :messages, :status, :failure_reason, :strategy_id, :session_id, :actor_id) SENSITIVE = [] include Aws::Structure end |
#messages ⇒ Types::ExtractionJobMessages
The messages associated with the extraction job.
865 866 867 868 869 870 871 872 873 874 875 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 865 class ExtractionJobMetadata < Struct.new( :job_id, :messages, :status, :failure_reason, :strategy_id, :session_id, :actor_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the session for this extraction job.
865 866 867 868 869 870 871 872 873 874 875 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 865 class ExtractionJobMetadata < Struct.new( :job_id, :messages, :status, :failure_reason, :strategy_id, :session_id, :actor_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the extraction job.
865 866 867 868 869 870 871 872 873 874 875 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 865 class ExtractionJobMetadata < Struct.new( :job_id, :messages, :status, :failure_reason, :strategy_id, :session_id, :actor_id) SENSITIVE = [] include Aws::Structure end |
#strategy_id ⇒ String
The identifier of the memory strategy for this extraction job.
865 866 867 868 869 870 871 872 873 874 875 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 865 class ExtractionJobMetadata < Struct.new( :job_id, :messages, :status, :failure_reason, :strategy_id, :session_id, :actor_id) SENSITIVE = [] include Aws::Structure end |