Class: Aws::Bedrock::Types::StartAutomatedReasoningPolicyBuildWorkflowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::StartAutomatedReasoningPolicyBuildWorkflowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_workflow_type ⇒ String
The type of build workflow to start (e.g., DOCUMENT_INGESTION for processing new documents, POLICY_REPAIR for fixing existing policies).
-
#client_request_token ⇒ String
A unique, case-sensitive identifier to ensure that the operation completes no more than once.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to start the build workflow.
-
#source_content ⇒ Types::AutomatedReasoningPolicyBuildWorkflowSource
The source content for the build workflow, such as documents to analyze or repair instructions for existing policies.
Instance Attribute Details
#build_workflow_type ⇒ String
The type of build workflow to start (e.g., DOCUMENT_INGESTION for processing new documents, POLICY_REPAIR for fixing 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 |
#client_request_token ⇒ String
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.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to start the build workflow.
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_content ⇒ Types::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 |