Class: Aws::BedrockAgent::Types::IngestionJobSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_source_idString

Identifier for a resource.

Returns:

  • (String)


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

#descriptionString

Description of the Resource.

Returns:

  • (String)


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_idString

Identifier for a resource.

Returns:

  • (String)


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_idString

Identifier for a resource.

Returns:

  • (String)


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_atTime

Time Stamp.

Returns:

  • (Time)


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

#statisticsTypes::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

#statusString

The status of an ingestion job.

Returns:

  • (String)


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_atTime

Time Stamp.

Returns:

  • (Time)


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