Class: Aws::Bedrock::Types::AutomatedReasoningPolicyBuildWorkflowSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#build_workflow_idString

The unique identifier of the build workflow.

Returns:

  • (String)


1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-bedrock/types.rb', line 1148

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#build_workflow_typeString

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

Returns:

  • (String)


1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-bedrock/types.rb', line 1148

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the build workflow was created.

Returns:

  • (Time)


1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-bedrock/types.rb', line 1148

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy associated with this build workflow.

Returns:

  • (String)


1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-bedrock/types.rb', line 1148

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-bedrock/types.rb', line 1148

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the build workflow was last updated.

Returns:

  • (Time)


1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-bedrock/types.rb', line 1148

class AutomatedReasoningPolicyBuildWorkflowSummary < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :status,
  :build_workflow_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end