Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyAnnotationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyAnnotationsResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#annotation_set_hash ⇒ String
The new hash value representing the updated state of the annotations.
-
#build_workflow_id ⇒ String
The unique identifier of the build workflow.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
-
#updated_at ⇒ Time
The timestamp when the annotations were updated.
Instance Attribute Details
#annotation_set_hash ⇒ String
The new hash value representing the updated state of the annotations.
12162 12163 12164 12165 12166 12167 12168 12169 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12162 class UpdateAutomatedReasoningPolicyAnnotationsResponse < Struct.new( :policy_arn, :build_workflow_id, :annotation_set_hash, :updated_at) SENSITIVE = [] include Aws::Structure end |
#build_workflow_id ⇒ String
The unique identifier of the build workflow.
12162 12163 12164 12165 12166 12167 12168 12169 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12162 class UpdateAutomatedReasoningPolicyAnnotationsResponse < Struct.new( :policy_arn, :build_workflow_id, :annotation_set_hash, :updated_at) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
12162 12163 12164 12165 12166 12167 12168 12169 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12162 class UpdateAutomatedReasoningPolicyAnnotationsResponse < Struct.new( :policy_arn, :build_workflow_id, :annotation_set_hash, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the annotations were updated.
12162 12163 12164 12165 12166 12167 12168 12169 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12162 class UpdateAutomatedReasoningPolicyAnnotationsResponse < Struct.new( :policy_arn, :build_workflow_id, :annotation_set_hash, :updated_at) SENSITIVE = [] include Aws::Structure end |