Class: Aws::Types::ModelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ModelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
-
#environment_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute environment_parameters.
-
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
Instance Attribute Details
#compilation_job_name ⇒ ::String
Returns the value of attribute compilation_job_name.
8900 8901 8902 |
# File 'sig/types.rbs', line 8900 def compilation_job_name @compilation_job_name end |
#environment_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute environment_parameters.
8899 8900 8901 |
# File 'sig/types.rbs', line 8899 def environment_parameters @environment_parameters end |
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
8898 8899 8900 |
# File 'sig/types.rbs', line 8898 def inference_specification_name @inference_specification_name end |