ExecutionStatus

class aws_cdk.aws_bedrock_agentcore_alpha.ExecutionStatus(value)

Bases: object

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

Stability:

experimental

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:

experimental

Attributes

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

(experimental) The string value of the execution status.

Stability:

experimental