Module: Aws::BedrockAgentCore::Client::_StopBatchEvaluationResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::StopBatchEvaluationResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#batch_evaluation_arn::String

Returns:

  • (::String)


1649
# File 'sig/client.rbs', line 1649

def batch_evaluation_arn: () -> ::String

#batch_evaluation_id::String

Returns:

  • (::String)


1648
# File 'sig/client.rbs', line 1648

def batch_evaluation_id: () -> ::String

#description::String

Returns:

  • (::String)


1651
# File 'sig/client.rbs', line 1651

def description: () -> ::String

#status"PENDING", ...

Returns:

  • ("PENDING", "IN_PROGRESS", "COMPLETED", "COMPLETED_WITH_ERRORS", "FAILED", "STOPPING", "STOPPED", "DELETING")


1650
# File 'sig/client.rbs', line 1650

def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING")