Module: Aws::BedrockAgentCore::Client::_GetBatchEvaluationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBatchEvaluationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #batch_evaluation_arn ⇒ ::String
- #batch_evaluation_id ⇒ ::String
- #batch_evaluation_name ⇒ ::String
- #created_at ⇒ ::Time
- #data_source_config ⇒ Types::DataSourceConfig
- #description ⇒ ::String
- #error_details ⇒ ::Array[::String]
- #evaluation_results ⇒ Types::EvaluationJobResults
- #evaluators ⇒ ::Array[Types::Evaluator]
- #execution_summary_result ⇒ Types::ExecutionSummaryClusteringResultContent
- #failure_analysis_result ⇒ Types::FailureAnalysisResultContent
- #insights ⇒ ::Array[Types::Insight]
- #kms_key_arn ⇒ ::String
- #output_config ⇒ Types::OutputConfig
- #status ⇒ "PENDING", ...
- #updated_at ⇒ ::Time
- #user_intent_result ⇒ Types::UserIntentClusteringResultContent
Instance Method Details
#batch_evaluation_arn ⇒ ::String
522 |
# File 'sig/client.rbs', line 522
def batch_evaluation_arn: () -> ::String
|
#batch_evaluation_id ⇒ ::String
521 |
# File 'sig/client.rbs', line 521
def batch_evaluation_id: () -> ::String
|
#batch_evaluation_name ⇒ ::String
523 |
# File 'sig/client.rbs', line 523
def batch_evaluation_name: () -> ::String
|
#created_at ⇒ ::Time
525 |
# File 'sig/client.rbs', line 525
def created_at: () -> ::Time
|
#data_source_config ⇒ Types::DataSourceConfig
528 |
# File 'sig/client.rbs', line 528
def data_source_config: () -> Types::DataSourceConfig
|
#description ⇒ ::String
535 |
# File 'sig/client.rbs', line 535
def description: () -> ::String
|
#error_details ⇒ ::Array[::String]
534 |
# File 'sig/client.rbs', line 534
def error_details: () -> ::Array[::String]
|
#evaluation_results ⇒ Types::EvaluationJobResults
530 |
# File 'sig/client.rbs', line 530
def evaluation_results: () -> Types::EvaluationJobResults
|
#evaluators ⇒ ::Array[Types::Evaluator]
526 |
# File 'sig/client.rbs', line 526
def evaluators: () -> ::Array[Types::Evaluator]
|
#execution_summary_result ⇒ Types::ExecutionSummaryClusteringResultContent
533 |
# File 'sig/client.rbs', line 533
def execution_summary_result: () -> Types::ExecutionSummaryClusteringResultContent
|
#failure_analysis_result ⇒ Types::FailureAnalysisResultContent
531 |
# File 'sig/client.rbs', line 531
def failure_analysis_result: () -> Types::FailureAnalysisResultContent
|
#insights ⇒ ::Array[Types::Insight]
527 |
# File 'sig/client.rbs', line 527
def insights: () -> ::Array[Types::Insight]
|
#kms_key_arn ⇒ ::String
537 |
# File 'sig/client.rbs', line 537
def kms_key_arn: () -> ::String
|
#output_config ⇒ Types::OutputConfig
529 |
# File 'sig/client.rbs', line 529
def output_config: () -> Types::OutputConfig
|
#status ⇒ "PENDING", ...
524 |
# File 'sig/client.rbs', line 524
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING")
|
#updated_at ⇒ ::Time
536 |
# File 'sig/client.rbs', line 536
def updated_at: () -> ::Time
|
#user_intent_result ⇒ Types::UserIntentClusteringResultContent
532 |
# File 'sig/client.rbs', line 532
def user_intent_result: () -> Types::UserIntentClusteringResultContent
|