Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyBuildWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyBuildWorkflowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:document_name, :document_description]
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ String
The unique identifier of the build workflow.
-
#build_workflow_type ⇒ String
The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
-
#created_at ⇒ Time
The timestamp when the build workflow was created.
-
#document_content_type ⇒ String
The content type of the source document (e.g., text/plain, application/pdf).
-
#document_description ⇒ String
A detailed description of the document’s content and how it should be used in the policy generation process.
-
#document_name ⇒ String
The name of the source document used in the build workflow.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
-
#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.
5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5115 class GetAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :document_name, :document_content_type, :document_description, :created_at, :updated_at) SENSITIVE = [:document_name, :document_description] include Aws::Structure end |
#build_workflow_type ⇒ String
The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5115 class GetAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :document_name, :document_content_type, :document_description, :created_at, :updated_at) SENSITIVE = [:document_name, :document_description] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the build workflow was created.
5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5115 class GetAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :document_name, :document_content_type, :document_description, :created_at, :updated_at) SENSITIVE = [:document_name, :document_description] include Aws::Structure end |
#document_content_type ⇒ String
The content type of the source document (e.g., text/plain, application/pdf).
5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5115 class GetAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :document_name, :document_content_type, :document_description, :created_at, :updated_at) SENSITIVE = [:document_name, :document_description] include Aws::Structure end |
#document_description ⇒ String
A detailed description of the document’s content and how it should be used in the policy generation process.
5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5115 class GetAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :document_name, :document_content_type, :document_description, :created_at, :updated_at) SENSITIVE = [:document_name, :document_description] include Aws::Structure end |
#document_name ⇒ String
The name of the source document used in the build workflow.
5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5115 class GetAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :document_name, :document_content_type, :document_description, :created_at, :updated_at) SENSITIVE = [:document_name, :document_description] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy.
5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5115 class GetAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :document_name, :document_content_type, :document_description, :created_at, :updated_at) SENSITIVE = [:document_name, :document_description] include Aws::Structure end |
#status ⇒ String
The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5115 class GetAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :document_name, :document_content_type, :document_description, :created_at, :updated_at) SENSITIVE = [:document_name, :document_description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the build workflow was last updated.
5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5115 class GetAutomatedReasoningPolicyBuildWorkflowResponse < Struct.new( :policy_arn, :build_workflow_id, :status, :build_workflow_type, :document_name, :document_content_type, :document_description, :created_at, :updated_at) SENSITIVE = [:document_name, :document_description] include Aws::Structure end |