Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyAnnotationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyAnnotationsRequest
- Includes:
- Structure
- Defined in:
- 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.
12392 12393 12394 12395 12396 12397 12398 12399 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12392 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.
12392 12393 12394 12395 12396 12397 12398 12399 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12392 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.
12392 12393 12394 12395 12396 12397 12398 12399 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12392 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.
12392 12393 12394 12395 12396 12397 12398 12399 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12392 class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new( :policy_arn, :build_workflow_id, :annotations, :last_updated_annotation_set_hash) SENSITIVE = [] include Aws::Structure end |