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)


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

def batch_evaluation_arn: () -> ::String

#batch_evaluation_id::String

Returns:

  • (::String)


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

def batch_evaluation_id: () -> ::String

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#status"PENDING", ...

Returns:

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


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

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