Module: Aws::BedrockAgentCore::Client::_StopBatchEvaluationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopBatchEvaluationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #batch_evaluation_arn ⇒ ::String
- #batch_evaluation_id ⇒ ::String
- #description ⇒ ::String
- #status ⇒ "PENDING", ...
Instance Method Details
#batch_evaluation_arn ⇒ ::String
1611 |
# File 'sig/client.rbs', line 1611
def batch_evaluation_arn: () -> ::String
|
#batch_evaluation_id ⇒ ::String
1610 |
# File 'sig/client.rbs', line 1610
def batch_evaluation_id: () -> ::String
|
#description ⇒ ::String
1613 |
# File 'sig/client.rbs', line 1613
def description: () -> ::String
|
#status ⇒ "PENDING", ...
1612 |
# File 'sig/client.rbs', line 1612
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING")
|