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.
8947 8948 8949 |
# File 'sig/types.rbs', line 8947 def compilation_job_name @compilation_job_name end |
#environment_parameters ⇒ ::Array[Types::EnvironmentParameter]
Returns the value of attribute environment_parameters.
8946 8947 8948 |
# File 'sig/types.rbs', line 8946 def environment_parameters @environment_parameters end |
#inference_specification_name ⇒ ::String
Returns the value of attribute inference_specification_name.
8945 8946 8947 |
# File 'sig/types.rbs', line 8945 def inference_specification_name @inference_specification_name end |