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.
8885 8886 8887 |
# File 'sig/types.rbs', line 8885 def compilation_job_name @compilation_job_name end |
#environment_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute environment_parameters.
8884 8885 8886 |
# File 'sig/types.rbs', line 8884 def environment_parameters @environment_parameters end |
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
8883 8884 8885 |
# File 'sig/types.rbs', line 8883 def inference_specification_name @inference_specification_name end |