Class: Aws::BedrockAgent::Types::IngestionJob

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Contains details about an ingestion job, which converts a data source to embeddings for a vector store in knowledge base.

This data type is used in the following API operations:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The unique identifier of the ingested data source.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2209

class IngestionJob < Struct.new(
  :data_source_id,
  :description,
  :failure_reasons,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the ingestion job.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2209

class IngestionJob < Struct.new(
  :data_source_id,
  :description,
  :failure_reasons,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonsArray<String>

A list of reasons that the ingestion job failed.

Returns:

  • (Array<String>)


2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2209

class IngestionJob < Struct.new(
  :data_source_id,
  :description,
  :failure_reasons,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_job_idString

The unique identifier of the ingestion job.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2209

class IngestionJob < Struct.new(
  :data_source_id,
  :description,
  :failure_reasons,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier of the knowledge base to which the data source is being added.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2209

class IngestionJob < Struct.new(
  :data_source_id,
  :description,
  :failure_reasons,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The time at which the ingestion job started.

Returns:

  • (Time)


2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2209

class IngestionJob < Struct.new(
  :data_source_id,
  :description,
  :failure_reasons,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statisticsTypes::IngestionJobStatistics

Contains statistics about the ingestion job.



2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2209

class IngestionJob < Struct.new(
  :data_source_id,
  :description,
  :failure_reasons,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ingestion job.

Returns:

  • (String)


2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2209

class IngestionJob < Struct.new(
  :data_source_id,
  :description,
  :failure_reasons,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the ingestion job was last updated.

Returns:

  • (Time)


2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2209

class IngestionJob < Struct.new(
  :data_source_id,
  :description,
  :failure_reasons,
  :ingestion_job_id,
  :knowledge_base_id,
  :started_at,
  :statistics,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end