Class: Aws::Types::EdgeDeploymentModelConfig
- Inherits:
-
Object
- Object
- Aws::Types::EdgeDeploymentModelConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edge_packaging_job_name ⇒ ::String
Returns the value of attribute edge_packaging_job_name.
-
#model_handle ⇒ ::String
Returns the value of attribute model_handle.
Instance Attribute Details
#edge_packaging_job_name ⇒ ::String
Returns the value of attribute edge_packaging_job_name.
5622 5623 5624 |
# File 'sig/types.rbs', line 5622 def edge_packaging_job_name @edge_packaging_job_name end |
#model_handle ⇒ ::String
Returns the value of attribute model_handle.
5621 5622 5623 |
# File 'sig/types.rbs', line 5621 def model_handle @model_handle end |