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.
3718 3719 3720 |
# File 'sig/types.rbs', line 3718 def ai_benchmark_job_arn @ai_benchmark_job_arn end |
#ai_benchmark_job_name ⇒ ::String
Returns the value of attribute ai_benchmark_job_name.
3717 3718 3719 |
# File 'sig/types.rbs', line 3717 def ai_benchmark_job_name @ai_benchmark_job_name end |
#ai_benchmark_job_status ⇒ "InProgress", ...
Returns the value of attribute ai_benchmark_job_status.
3719 3720 3721 |
# File 'sig/types.rbs', line 3719 def ai_benchmark_job_status @ai_benchmark_job_status end |
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
3723 3724 3725 |
# File 'sig/types.rbs', line 3723 def ai_workload_config_identifier @ai_workload_config_identifier end |
#benchmark_target ⇒ Types::AIBenchmarkTarget
Returns the value of attribute benchmark_target.
3721 3722 3723 |
# File 'sig/types.rbs', line 3721 def benchmark_target @benchmark_target end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3726 3727 3728 |
# File 'sig/types.rbs', line 3726 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3728 3729 3730 |
# File 'sig/types.rbs', line 3728 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
3720 3721 3722 |
# File 'sig/types.rbs', line 3720 def failure_reason @failure_reason end |
#network_config ⇒ Types::AIBenchmarkNetworkConfig
Returns the value of attribute network_config.
3725 3726 3727 |
# File 'sig/types.rbs', line 3725 def network_config @network_config end |
#output_config ⇒ Types::AIBenchmarkOutputResult
Returns the value of attribute output_config.
3722 3723 3724 |
# File 'sig/types.rbs', line 3722 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3724 3725 3726 |
# File 'sig/types.rbs', line 3724 def role_arn @role_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3727 3728 3729 |
# File 'sig/types.rbs', line 3727 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3729 3730 3731 |
# File 'sig/types.rbs', line 3729 def end |