Class: Aws::BedrockAgent::Types::GetIngestionJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

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

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
2042
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2036

class GetIngestionJobRequest < Struct.new(
  :data_source_id,
  :ingestion_job_id,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_job_idString

The unique identifier of the ingestion job.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
2042
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2036

class GetIngestionJobRequest < Struct.new(
  :data_source_id,
  :ingestion_job_id,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier of the knowledge base for which the ingestion job applies.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
2042
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2036

class GetIngestionJobRequest < Struct.new(
  :data_source_id,
  :ingestion_job_id,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end