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
512 |
# File 'sig/client.rbs', line 512
def batch_evaluation_arn: () -> ::String
|
#batch_evaluation_id ⇒ ::String
511 |
# File 'sig/client.rbs', line 511
def batch_evaluation_id: () -> ::String
|
#batch_evaluation_name ⇒ ::String
513 |
# File 'sig/client.rbs', line 513
def batch_evaluation_name: () -> ::String
|
#created_at ⇒ ::Time
515 |
# File 'sig/client.rbs', line 515
def created_at: () -> ::Time
|
#data_source_config ⇒ Types::DataSourceConfig
518 |
# File 'sig/client.rbs', line 518
def data_source_config: () -> Types::DataSourceConfig
|
#description ⇒ ::String
525 |
# File 'sig/client.rbs', line 525
def description: () -> ::String
|
#error_details ⇒ ::Array[::String]
524 |
# File 'sig/client.rbs', line 524
def error_details: () -> ::Array[::String]
|
#evaluation_results ⇒ Types::EvaluationJobResults
520 |
# File 'sig/client.rbs', line 520
def evaluation_results: () -> Types::EvaluationJobResults
|
#evaluators ⇒ ::Array[Types::Evaluator]
516 |
# File 'sig/client.rbs', line 516
def evaluators: () -> ::Array[Types::Evaluator]
|
#execution_summary_result ⇒ Types::ExecutionSummaryClusteringResultContent
523 |
# File 'sig/client.rbs', line 523
def execution_summary_result: () -> Types::ExecutionSummaryClusteringResultContent
|
#failure_analysis_result ⇒ Types::FailureAnalysisResultContent
521 |
# File 'sig/client.rbs', line 521
def failure_analysis_result: () -> Types::FailureAnalysisResultContent
|
#insights ⇒ ::Array[Types::Insight]
517 |
# File 'sig/client.rbs', line 517
def insights: () -> ::Array[Types::Insight]
|
#kms_key_arn ⇒ ::String
527 |
# File 'sig/client.rbs', line 527
def kms_key_arn: () -> ::String
|
#output_config ⇒ Types::OutputConfig
519 |
# File 'sig/client.rbs', line 519
def output_config: () -> Types::OutputConfig
|
#status ⇒ "PENDING", ...
514 |
# File 'sig/client.rbs', line 514
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "COMPLETED_WITH_ERRORS" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING")
|
#updated_at ⇒ ::Time
526 |
# File 'sig/client.rbs', line 526
def updated_at: () -> ::Time
|
#user_intent_result ⇒ Types::UserIntentClusteringResultContent
522 |
# File 'sig/client.rbs', line 522
def user_intent_result: () -> Types::UserIntentClusteringResultContent
|