Class: Aws::BedrockAgent::Types::StartIngestionJobRequest

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

#client_tokenString

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see [Ensuring idempotency].

**A suitable default value is auto-generated.** You should normally not need to pass this option.

[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html

Returns:

  • (String)


6787
6788
6789
6790
6791
6792
6793
6794
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6787

class StartIngestionJobRequest < Struct.new(
  :client_token,
  :data_source_id,
  :description,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_idString

The unique identifier of the data source to ingest.

Returns:

  • (String)


6787
6788
6789
6790
6791
6792
6793
6794
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6787

class StartIngestionJobRequest < Struct.new(
  :client_token,
  :data_source_id,
  :description,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the ingestion job.

Returns:

  • (String)


6787
6788
6789
6790
6791
6792
6793
6794
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6787

class StartIngestionJobRequest < Struct.new(
  :client_token,
  :data_source_id,
  :description,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier of the knowledge base to which to add the data source.

Returns:

  • (String)


6787
6788
6789
6790
6791
6792
6793
6794
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6787

class StartIngestionJobRequest < Struct.new(
  :client_token,
  :data_source_id,
  :description,
  :knowledge_base_id)
  SENSITIVE = []
  include Aws::Structure
end