Class: Aws::Bedrock::Types::EvaluationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::EvaluationSummary
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
A summary of the model evaluation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the model evaluation job was created.
-
#evaluation_task_types ⇒ Array<String>
What task type was used in the model evaluation job.
-
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the model evaluation job.
-
#job_name ⇒ String
The name of the model evaluation job.
-
#job_type ⇒ String
The type, either human or automatic, of model evaluation job.
-
#model_identifiers ⇒ Array<String>
The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.
-
#status ⇒ String
The current status of the model evaluation job.
Instance Attribute Details
#creation_time ⇒ Time
When the model evaluation job was created.
1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1305 class EvaluationSummary < Struct.new( :job_arn, :job_name, :status, :creation_time, :job_type, :evaluation_task_types, :model_identifiers) SENSITIVE = [] include Aws::Structure end |
#evaluation_task_types ⇒ Array<String>
What task type was used in the model evaluation job.
1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1305 class EvaluationSummary < Struct.new( :job_arn, :job_name, :status, :creation_time, :job_type, :evaluation_task_types, :model_identifiers) SENSITIVE = [] include Aws::Structure end |
#job_arn ⇒ String
The Amazon Resource Name (ARN) of the model evaluation job.
1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1305 class EvaluationSummary < Struct.new( :job_arn, :job_name, :status, :creation_time, :job_type, :evaluation_task_types, :model_identifiers) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The name of the model evaluation job.
1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1305 class EvaluationSummary < Struct.new( :job_arn, :job_name, :status, :creation_time, :job_type, :evaluation_task_types, :model_identifiers) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
The type, either human or automatic, of model evaluation job.
1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1305 class EvaluationSummary < Struct.new( :job_arn, :job_name, :status, :creation_time, :job_type, :evaluation_task_types, :model_identifiers) SENSITIVE = [] include Aws::Structure end |
#model_identifiers ⇒ Array<String>
The Amazon Resource Names (ARNs) of the model(s) used in the model evaluation job.
1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1305 class EvaluationSummary < Struct.new( :job_arn, :job_name, :status, :creation_time, :job_type, :evaluation_task_types, :model_identifiers) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the model evaluation job.
1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1305 class EvaluationSummary < Struct.new( :job_arn, :job_name, :status, :creation_time, :job_type, :evaluation_task_types, :model_identifiers) SENSITIVE = [] include Aws::Structure end |