Class: Aws::Types::AIBenchmarkJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::AIBenchmarkJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_benchmark_job_arn ⇒ ::String
Returns the value of attribute ai_benchmark_job_arn.
-
#ai_benchmark_job_name ⇒ ::String
Returns the value of attribute ai_benchmark_job_name.
-
#ai_benchmark_job_status ⇒ "InProgress", ...
Returns the value of attribute ai_benchmark_job_status.
-
#ai_workload_config_name ⇒ ::String
Returns the value of attribute ai_workload_config_name.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
Instance Attribute Details
#ai_benchmark_job_arn ⇒ ::String
Returns the value of attribute ai_benchmark_job_arn.
51 52 53 |
# File 'sig/types.rbs', line 51 def ai_benchmark_job_arn @ai_benchmark_job_arn end |
#ai_benchmark_job_name ⇒ ::String
Returns the value of attribute ai_benchmark_job_name.
50 51 52 |
# File 'sig/types.rbs', line 50 def ai_benchmark_job_name @ai_benchmark_job_name end |
#ai_benchmark_job_status ⇒ "InProgress", ...
Returns the value of attribute ai_benchmark_job_status.
52 53 54 |
# File 'sig/types.rbs', line 52 def ai_benchmark_job_status @ai_benchmark_job_status end |
#ai_workload_config_name ⇒ ::String
Returns the value of attribute ai_workload_config_name.
55 56 57 |
# File 'sig/types.rbs', line 55 def ai_workload_config_name @ai_workload_config_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
53 54 55 |
# File 'sig/types.rbs', line 53 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
54 55 56 |
# File 'sig/types.rbs', line 54 def end_time @end_time end |