ExecutionStatus

class aws_cdk.aws_bedrock_agentcore_alpha.ExecutionStatus(value)

Bases: object

(deprecated) The execution status of an online evaluation configuration.

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_bedrock_agentcore_alpha as bedrock_agentcore_alpha

execution_status = bedrock_agentcore_alpha.ExecutionStatus("value")
Parameters:

value (str) –

  • The execution status string.

Stability:

deprecated

Attributes

DISABLED = <aws_cdk.aws_bedrock_agentcore_alpha.ExecutionStatus object>
ENABLED = <aws_cdk.aws_bedrock_agentcore_alpha.ExecutionStatus object>
value

(deprecated) The string value of the execution status.

Stability:

deprecated