Module: Aws::BedrockAgentCore::Client::_DeleteBatchEvaluationResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#batch_evaluation_arn::String

Returns:

  • (::String)


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

def batch_evaluation_arn: () -> ::String

#batch_evaluation_id::String

Returns:

  • (::String)


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

def batch_evaluation_id: () -> ::String

#status"PENDING", ...

Returns:

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


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

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