Class: Aws::Types::CreateEvaluationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEvaluationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_type ⇒ "ModelEvaluation", "RagEvaluation"
Returns the value of attribute application_type.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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.
-
#inference_config ⇒ Types::EvaluationInferenceConfig
Returns the value of attribute inference_config.
-
#job_description ⇒ ::String
Returns the value of attribute job_description.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute job_tags.
-
#output_data_config ⇒ Types::EvaluationOutputDataConfig
Returns the value of attribute output_data_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#application_type ⇒ "ModelEvaluation", "RagEvaluation"
Returns the value of attribute application_type.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def application_type @application_type end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def client_request_token @client_request_token end |
#customer_encryption_key_id ⇒ ::String
Returns the value of attribute customer_encryption_key_id.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def customer_encryption_key_id @customer_encryption_key_id end |
#evaluation_config ⇒ Types::EvaluationConfig
Returns the value of attribute evaluation_config.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def evaluation_config @evaluation_config end |
#inference_config ⇒ Types::EvaluationInferenceConfig
Returns the value of attribute inference_config.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def inference_config @inference_config end |
#job_description ⇒ ::String
Returns the value of attribute job_description.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def job_description @job_description end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def job_name @job_name end |
#job_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute job_tags.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def @job_tags end |
#output_data_config ⇒ Types::EvaluationOutputDataConfig
Returns the value of attribute output_data_config.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def output_data_config @output_data_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def role_arn @role_arn end |