Class: Aws::Types::ModelExplainabilityAppSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ModelExplainabilityAppSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_uri ⇒ ::String
Returns the value of attribute config_uri.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
Instance Attribute Details
#config_uri ⇒ ::String
Returns the value of attribute config_uri.
9035 9036 9037 |
# File 'sig/types.rbs', line 9035 def config_uri @config_uri end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
9036 9037 9038 |
# File 'sig/types.rbs', line 9036 def environment @environment end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
9034 9035 9036 |
# File 'sig/types.rbs', line 9034 def image_uri @image_uri end |