Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyAnnotationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyAnnotationsRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotations ⇒ Array<Types::AutomatedReasoningPolicyAnnotation>
The updated annotations containing modified rules, variables, and types for the policy.
-
#build_workflow_id ⇒ String
The unique identifier of the build workflow whose annotations you want to update.
-
#last_updated_annotation_set_hash ⇒ String
The hash value of the annotation set that you're updating.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose annotations you want to update.
Instance Attribute Details
#annotations ⇒ Array<Types::AutomatedReasoningPolicyAnnotation>
The updated annotations containing modified rules, variables, and types for the policy.
12123 12124 12125 12126 12127 12128 12129 12130 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12123 class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new( :policy_arn, :build_workflow_id, :annotations, :last_updated_annotation_set_hash) SENSITIVE = [] include Aws::Structure end |
#build_workflow_id ⇒ String
The unique identifier of the build workflow whose annotations you want to update.
12123 12124 12125 12126 12127 12128 12129 12130 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12123 class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new( :policy_arn, :build_workflow_id, :annotations, :last_updated_annotation_set_hash) SENSITIVE = [] include Aws::Structure end |
#last_updated_annotation_set_hash ⇒ String
The hash value of the annotation set that you're updating. This is used for optimistic concurrency control to prevent conflicting updates.
12123 12124 12125 12126 12127 12128 12129 12130 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12123 class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new( :policy_arn, :build_workflow_id, :annotations, :last_updated_annotation_set_hash) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose annotations you want to update.
12123 12124 12125 12126 12127 12128 12129 12130 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12123 class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new( :policy_arn, :build_workflow_id, :annotations, :last_updated_annotation_set_hash) SENSITIVE = [] include Aws::Structure end |