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)


3970
3971
3972
3973
3974
3975
3976
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3970

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)


3970
3971
3972
3973
3974
3975
3976
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3970

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)


3970
3971
3972
3973
3974
3975
3976
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3970

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