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
499 |
# File 'sig/client.rbs', line 499
def batch_evaluation_arn: () -> ::String
|
#batch_evaluation_id ⇒ ::String
498 |
# File 'sig/client.rbs', line 498
def batch_evaluation_id: () -> ::String
|
#batch_evaluation_name ⇒ ::String
500 |
# File 'sig/client.rbs', line 500
def batch_evaluation_name: () -> ::String
|
#created_at ⇒ ::Time
502 |
# File 'sig/client.rbs', line 502
def created_at: () -> ::Time
|
#data_source_config ⇒ Types::DataSourceConfig
505 |
# File 'sig/client.rbs', line 505
def data_source_config: () -> Types::DataSourceConfig
|
#description ⇒ ::String
512 |
# File 'sig/client.rbs', line 512
def description: () -> ::String
|
#error_details ⇒ ::Array[::String]
511 |
# File 'sig/client.rbs', line 511
def error_details: () -> ::Array[::String]
|
#evaluation_results ⇒ Types::EvaluationJobResults
507 |
# File 'sig/client.rbs', line 507
def evaluation_results: () -> Types::EvaluationJobResults
|
#evaluators ⇒ ::Array[Types::Evaluator]
503 |
# File 'sig/client.rbs', line 503
def evaluators: () -> ::Array[Types::Evaluator]
|
#execution_summary_result ⇒ Types::ExecutionSummaryClusteringResultContent
510 |
# File 'sig/client.rbs', line 510
def execution_summary_result: () -> Types::ExecutionSummaryClusteringResultContent
|
#failure_analysis_result ⇒ Types::FailureAnalysisResultContent
508 |
# File 'sig/client.rbs', line 508
def failure_analysis_result: () -> Types::FailureAnalysisResultContent
|
#insights ⇒ ::Array[Types::Insight]
504 |
# File 'sig/client.rbs', line 504
def insights: () -> ::Array[Types::Insight]
|
#kms_key_arn ⇒ ::String
514 |
# File 'sig/client.rbs', line 514
def kms_key_arn: () -> ::String
|
#output_config ⇒ Types::OutputConfig
506 |
# File 'sig/client.rbs', line 506
def output_config: () -> Types::OutputConfig
|
#status ⇒ "PENDING", ...
501 |
# File 'sig/client.rbs', line 501
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING")
|
#updated_at ⇒ ::Time
513 |
# File 'sig/client.rbs', line 513
def updated_at: () -> ::Time
|
#user_intent_result ⇒ Types::UserIntentClusteringResultContent
509 |
# File 'sig/client.rbs', line 509
def user_intent_result: () -> Types::UserIntentClusteringResultContent
|