Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyAnnotationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyAnnotationsResponse
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#annotation_set_hash ⇒ String
A hash value representing the current state of the annotations.
-
#annotations ⇒ Array<Types::AutomatedReasoningPolicyAnnotation>
The current set of annotations containing rules, variables, and types extracted from the source documents.
-
#build_workflow_id ⇒ String
The unique identifier of the build workflow.
-
#name ⇒ String
The name of the Automated Reasoning policy.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
-
#updated_at ⇒ Time
The timestamp when the annotations were last updated.
Instance Attribute Details
#annotation_set_hash ⇒ String
A hash value representing the current state of the annotations. This is used for optimistic concurrency control when updating annotations.
5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5055 class GetAutomatedReasoningPolicyAnnotationsResponse < Struct.new( :policy_arn, :name, :build_workflow_id, :annotations, :annotation_set_hash, :updated_at) SENSITIVE = [:name] include Aws::Structure end |
#annotations ⇒ Array<Types::AutomatedReasoningPolicyAnnotation>
The current set of annotations containing rules, variables, and types extracted from the source documents. These can be modified before finalizing the policy.
5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5055 class GetAutomatedReasoningPolicyAnnotationsResponse < Struct.new( :policy_arn, :name, :build_workflow_id, :annotations, :annotation_set_hash, :updated_at) SENSITIVE = [:name] include Aws::Structure end |
#build_workflow_id ⇒ String
The unique identifier of the build workflow.
5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5055 class GetAutomatedReasoningPolicyAnnotationsResponse < Struct.new( :policy_arn, :name, :build_workflow_id, :annotations, :annotation_set_hash, :updated_at) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the Automated Reasoning policy.
5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5055 class GetAutomatedReasoningPolicyAnnotationsResponse < Struct.new( :policy_arn, :name, :build_workflow_id, :annotations, :annotation_set_hash, :updated_at) SENSITIVE = [:name] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5055 class GetAutomatedReasoningPolicyAnnotationsResponse < Struct.new( :policy_arn, :name, :build_workflow_id, :annotations, :annotation_set_hash, :updated_at) SENSITIVE = [:name] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the annotations were last updated.
5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5055 class GetAutomatedReasoningPolicyAnnotationsResponse < Struct.new( :policy_arn, :name, :build_workflow_id, :annotations, :annotation_set_hash, :updated_at) SENSITIVE = [:name] include Aws::Structure end |