Class: Aws::BedrockAgent::Types::IngestionJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::IngestionJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Summary information of an ingestion job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
Identifier for a resource.
-
#description ⇒ String
Description of the Resource.
-
#ingestion_job_id ⇒ String
Identifier for a resource.
-
#knowledge_base_id ⇒ String
Identifier for a resource.
-
#started_at ⇒ Time
Time Stamp.
-
#statistics ⇒ Types::IngestionJobStatistics
The document level statistics of an ingestion job.
-
#status ⇒ String
The status of an ingestion job.
-
#updated_at ⇒ Time
Time Stamp.
Instance Attribute Details
#data_source_id ⇒ String
Identifier for a resource.
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1931 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1931 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#ingestion_job_id ⇒ String
Identifier for a resource.
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1931 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
Identifier for a resource.
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1931 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
Time Stamp.
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1931 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::IngestionJobStatistics
The document level statistics of an ingestion job
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1931 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an ingestion job.
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1931 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Time Stamp.
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1931 class IngestionJobSummary < Struct.new( :knowledge_base_id, :data_source_id, :ingestion_job_id, :description, :status, :started_at, :updated_at, :statistics) SENSITIVE = [] include Aws::Structure end |