Class: Aws::Types::CreateAIBenchmarkJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAIBenchmarkJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ai_benchmark_job_name ⇒ ::String
Returns the value of attribute ai_benchmark_job_name.
-
#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.
-
#network_config ⇒ Types::AIBenchmarkNetworkConfig
Returns the value of attribute network_config.
-
#output_config ⇒ Types::AIBenchmarkOutputConfig
Returns the value of attribute output_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#ai_benchmark_job_name ⇒ ::String
Returns the value of attribute ai_benchmark_job_name.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def ai_benchmark_job_name @ai_benchmark_job_name end |
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def ai_workload_config_identifier @ai_workload_config_identifier end |
#benchmark_target ⇒ Types::AIBenchmarkTarget
Returns the value of attribute benchmark_target.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def benchmark_target @benchmark_target end |
#network_config ⇒ Types::AIBenchmarkNetworkConfig
Returns the value of attribute network_config.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def network_config @network_config end |
#output_config ⇒ Types::AIBenchmarkOutputConfig
Returns the value of attribute output_config.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def @tags end |