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

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

Overview

Contains details about a data ingestion job. Data sources are ingested into a knowledge base so that Large Language Models (LLMs) can use your data.

This data type is used in the following API operations:

  • StartIngestionJob response][1
  • GetIngestionJob response][2
  • ListIngestionJob response][3

[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_StartIngestionJob.html#API_agent_StartIngestionJob_ResponseSyntax [2]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetIngestionJob.html#API_agent_GetIngestionJob_ResponseSyntax [3]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_ListIngestionJobs.html#API_agent_ListIngestionJobs_ResponseSyntax

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The unique identifier of the data source for the data ingestion job.

Returns:

  • (String)


4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4278

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 data ingestion job.

Returns:

  • (String)


4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4278

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 data ingestion job failed.

Returns:

  • (Array<String>)


4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4278

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 data ingestion job.

Returns:

  • (String)


4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4278

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 for the data ingestion job.

Returns:

  • (String)


4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4278

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 the data ingestion job started.

If you stop a data ingestion job, the ‘startedAt` time is the time the job was started before the job was stopped.

Returns:

  • (Time)


4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4278

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 data ingestion job.



4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4278

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 data ingestion job.

Returns:

  • (String)


4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4278

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 the data ingestion job was last updated.

If you stop a data ingestion job, the ‘updatedAt` time is the time the job was stopped.

Returns:

  • (Time)


4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4278

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