Class: Aws::Types::DescribeAIBenchmarkJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAIBenchmarkJobResponse
- 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_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
-
#benchmark_target ⇒ Types::AIBenchmarkTarget
Returns the value of attribute benchmark_target.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#network_config ⇒ Types::AIBenchmarkNetworkConfig
Returns the value of attribute network_config.
-
#output_config ⇒ Types::AIBenchmarkOutputResult
Returns the value of attribute output_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#ai_benchmark_job_arn ⇒ ::String
Returns the value of attribute ai_benchmark_job_arn.
3701 3702 3703 |
# File 'sig/types.rbs', line 3701 def ai_benchmark_job_arn @ai_benchmark_job_arn end |
#ai_benchmark_job_name ⇒ ::String
Returns the value of attribute ai_benchmark_job_name.
3700 3701 3702 |
# File 'sig/types.rbs', line 3700 def ai_benchmark_job_name @ai_benchmark_job_name end |
#ai_benchmark_job_status ⇒ "InProgress", ...
Returns the value of attribute ai_benchmark_job_status.
3702 3703 3704 |
# File 'sig/types.rbs', line 3702 def ai_benchmark_job_status @ai_benchmark_job_status end |
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
3706 3707 3708 |
# File 'sig/types.rbs', line 3706 def ai_workload_config_identifier @ai_workload_config_identifier end |
#benchmark_target ⇒ Types::AIBenchmarkTarget
Returns the value of attribute benchmark_target.
3704 3705 3706 |
# File 'sig/types.rbs', line 3704 def benchmark_target @benchmark_target end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3709 3710 3711 |
# File 'sig/types.rbs', line 3709 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3711 3712 3713 |
# File 'sig/types.rbs', line 3711 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
3703 3704 3705 |
# File 'sig/types.rbs', line 3703 def failure_reason @failure_reason end |
#network_config ⇒ Types::AIBenchmarkNetworkConfig
Returns the value of attribute network_config.
3708 3709 3710 |
# File 'sig/types.rbs', line 3708 def network_config @network_config end |
#output_config ⇒ Types::AIBenchmarkOutputResult
Returns the value of attribute output_config.
3705 3706 3707 |
# File 'sig/types.rbs', line 3705 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3707 3708 3709 |
# File 'sig/types.rbs', line 3707 def role_arn @role_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3710 3711 3712 |
# File 'sig/types.rbs', line 3710 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3712 3713 3714 |
# File 'sig/types.rbs', line 3712 def @tags end |