Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyBuildWorkflowResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:document_name, :document_description]

Instance Attribute Summary collapse

Instance Attribute Details

#build_workflow_idString

The unique identifier of the build workflow.



5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
# File 'lib/aws-sdk-bedrock/types.rb', line 5307

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_typeString

The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).



5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
# File 'lib/aws-sdk-bedrock/types.rb', line 5307

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_atTime

The timestamp when the build workflow was created.



5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
# File 'lib/aws-sdk-bedrock/types.rb', line 5307

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_typeString

The content type of the source document (e.g., text/plain, application/pdf).



5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
# File 'lib/aws-sdk-bedrock/types.rb', line 5307

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_descriptionString

A detailed description of the document’s content and how it should be used in the policy generation process.



5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
# File 'lib/aws-sdk-bedrock/types.rb', line 5307

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_nameString

The name of the source document used in the build workflow.



5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
# File 'lib/aws-sdk-bedrock/types.rb', line 5307

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_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy.



5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
# File 'lib/aws-sdk-bedrock/types.rb', line 5307

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

#statusString

The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).



5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
# File 'lib/aws-sdk-bedrock/types.rb', line 5307

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_atTime

The timestamp when the build workflow was last updated.



5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
# File 'lib/aws-sdk-bedrock/types.rb', line 5307

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