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.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def ai_benchmark_job_name @ai_benchmark_job_name end |
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def ai_workload_config_identifier @ai_workload_config_identifier end |
#benchmark_target ⇒ Types::AIBenchmarkTarget
Returns the value of attribute benchmark_target.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def benchmark_target @benchmark_target end |
#network_config ⇒ Types::AIBenchmarkNetworkConfig
Returns the value of attribute network_config.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def network_config @network_config end |
#output_config ⇒ Types::AIBenchmarkOutputConfig
Returns the value of attribute output_config.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def output_config @output_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def @tags end |