Module: Aws::Bedrock::Client::_GetEvaluationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEvaluationJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_type ⇒ "ModelEvaluation", "RagEvaluation"
- #creation_time ⇒ ::Time
- #customer_encryption_key_id ⇒ ::String
- #evaluation_config ⇒ Types::EvaluationConfig
- #failure_messages ⇒ ::Array[::String]
- #inference_config ⇒ Types::EvaluationInferenceConfig
- #job_arn ⇒ ::String
- #job_description ⇒ ::String
- #job_name ⇒ ::String
- #job_type ⇒ "Human", "Automated"
- #last_modified_time ⇒ ::Time
- #output_data_config ⇒ Types::EvaluationOutputDataConfig
- #role_arn ⇒ ::String
- #status ⇒ "InProgress", ...
Instance Method Details
#application_type ⇒ "ModelEvaluation", "RagEvaluation"
1114 |
# File 'sig/client.rbs', line 1114
def application_type: () -> ("ModelEvaluation" | "RagEvaluation")
|
#creation_time ⇒ ::Time
1118 |
# File 'sig/client.rbs', line 1118
def creation_time: () -> ::Time
|
#customer_encryption_key_id ⇒ ::String
1112 |
# File 'sig/client.rbs', line 1112
def customer_encryption_key_id: () -> ::String
|
#evaluation_config ⇒ Types::EvaluationConfig
1115 |
# File 'sig/client.rbs', line 1115
def evaluation_config: () -> Types::EvaluationConfig
|
#failure_messages ⇒ ::Array[::String]
1120 |
# File 'sig/client.rbs', line 1120
def failure_messages: () -> ::Array[::String]
|
#inference_config ⇒ Types::EvaluationInferenceConfig
1116 |
# File 'sig/client.rbs', line 1116
def inference_config: () -> Types::EvaluationInferenceConfig
|
#job_arn ⇒ ::String
1109 |
# File 'sig/client.rbs', line 1109
def job_arn: () -> ::String
|
#job_description ⇒ ::String
1110 |
# File 'sig/client.rbs', line 1110
def job_description: () -> ::String
|
#job_name ⇒ ::String
1107 |
# File 'sig/client.rbs', line 1107
def job_name: () -> ::String
|
#job_type ⇒ "Human", "Automated"
1113 |
# File 'sig/client.rbs', line 1113
def job_type: () -> ("Human" | "Automated")
|
#last_modified_time ⇒ ::Time
1119 |
# File 'sig/client.rbs', line 1119
def last_modified_time: () -> ::Time
|
#output_data_config ⇒ Types::EvaluationOutputDataConfig
1117 |
# File 'sig/client.rbs', line 1117
def output_data_config: () -> Types::EvaluationOutputDataConfig
|
#role_arn ⇒ ::String
1111 |
# File 'sig/client.rbs', line 1111
def role_arn: () -> ::String
|
#status ⇒ "InProgress", ...
1108 |
# File 'sig/client.rbs', line 1108
def status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped" | "Deleting")
|