Class: Aws::Types::GetEvaluationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEvaluationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_type ⇒ "ModelEvaluation", "RagEvaluation"
Returns the value of attribute application_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#customer_encryption_key_id ⇒ ::String
Returns the value of attribute customer_encryption_key_id.
-
#evaluation_config ⇒ Types::EvaluationConfig
Returns the value of attribute evaluation_config.
-
#failure_messages ⇒ ::Array[::String]
Returns the value of attribute failure_messages.
-
#inference_config ⇒ Types::EvaluationInferenceConfig
Returns the value of attribute inference_config.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_description ⇒ ::String
Returns the value of attribute job_description.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_type ⇒ "Human", "Automated"
Returns the value of attribute job_type.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#output_data_config ⇒ Types::EvaluationOutputDataConfig
Returns the value of attribute output_data_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
Instance Attribute Details
#application_type ⇒ "ModelEvaluation", "RagEvaluation"
Returns the value of attribute application_type.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def application_type @application_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def creation_time @creation_time end |
#customer_encryption_key_id ⇒ ::String
Returns the value of attribute customer_encryption_key_id.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def customer_encryption_key_id @customer_encryption_key_id end |
#evaluation_config ⇒ Types::EvaluationConfig
Returns the value of attribute evaluation_config.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def evaluation_config @evaluation_config end |
#failure_messages ⇒ ::Array[::String]
Returns the value of attribute failure_messages.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def @failure_messages end |
#inference_config ⇒ Types::EvaluationInferenceConfig
Returns the value of attribute inference_config.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def inference_config @inference_config end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def job_arn @job_arn end |
#job_description ⇒ ::String
Returns the value of attribute job_description.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def job_description @job_description end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def job_name @job_name end |
#job_type ⇒ "Human", "Automated"
Returns the value of attribute job_type.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def job_type @job_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def last_modified_time @last_modified_time end |
#output_data_config ⇒ Types::EvaluationOutputDataConfig
Returns the value of attribute output_data_config.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def output_data_config @output_data_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def role_arn @role_arn end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def status @status end |