Class: Aws::Bedrock::Types::StartAutomatedReasoningPolicyBuildWorkflowRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#build_workflow_typeString

The type of build workflow to start (e.g., DOCUMENT_INGESTION for processing new documents, POLICY_REPAIR for fixing existing policies).

Returns:

  • (String)


11678
11679
11680
11681
11682
11683
11684
11685
# File 'lib/aws-sdk-bedrock/types.rb', line 11678

class StartAutomatedReasoningPolicyBuildWorkflowRequest < Struct.new(
  :policy_arn,
  :build_workflow_type,
  :client_request_token,
  :source_content)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

A unique, case-sensitive identifier to ensure that the operation completes no more than once. If this token matches a previous request, Amazon Bedrock ignores the request but doesn’t return an error.

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

Returns:

  • (String)


11678
11679
11680
11681
11682
11683
11684
11685
# File 'lib/aws-sdk-bedrock/types.rb', line 11678

class StartAutomatedReasoningPolicyBuildWorkflowRequest < Struct.new(
  :policy_arn,
  :build_workflow_type,
  :client_request_token,
  :source_content)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to start the build workflow.

Returns:

  • (String)


11678
11679
11680
11681
11682
11683
11684
11685
# File 'lib/aws-sdk-bedrock/types.rb', line 11678

class StartAutomatedReasoningPolicyBuildWorkflowRequest < Struct.new(
  :policy_arn,
  :build_workflow_type,
  :client_request_token,
  :source_content)
  SENSITIVE = []
  include Aws::Structure
end

#source_contentTypes::AutomatedReasoningPolicyBuildWorkflowSource

The source content for the build workflow, such as documents to analyze or repair instructions for existing policies.



11678
11679
11680
11681
11682
11683
11684
11685
# File 'lib/aws-sdk-bedrock/types.rb', line 11678

class StartAutomatedReasoningPolicyBuildWorkflowRequest < Struct.new(
  :policy_arn,
  :build_workflow_type,
  :client_request_token,
  :source_content)
  SENSITIVE = []
  include Aws::Structure
end