Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowSummary
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Provides a summary of a policy build workflow, including its current status, timing information, and key identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ String
The unique identifier of the build workflow.
-
#build_workflow_type ⇒ String
The type of build workflow (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
-
#created_at ⇒ Time
The timestamp when the build workflow was created.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy associated with this build workflow.
-
#status ⇒ String
The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
-
#updated_at ⇒ Time
The timestamp when the build workflow was last updated.
Instance Attribute Details
#build_workflow_id ⇒ String
The unique identifier of the build workflow.
1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057 class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#build_workflow_type ⇒ String
The type of build workflow (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057 class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the build workflow was created.
1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057 class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy associated with this build workflow.
1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057 class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057 class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the build workflow was last updated.
1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1057 class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |