Class: Aws::Types::ModelExplainabilityBaselineConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelExplainabilityBaselineConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baselining_job_name ⇒ ::String
Returns the value of attribute baselining_job_name.
-
#constraints_resource ⇒ Types::MonitoringConstraintsResource
Returns the value of attribute constraints_resource.
Instance Attribute Details
#baselining_job_name ⇒ ::String
Returns the value of attribute baselining_job_name.
8979 8980 8981 |
# File 'sig/types.rbs', line 8979 def baselining_job_name @baselining_job_name end |
#constraints_resource ⇒ Types::MonitoringConstraintsResource
Returns the value of attribute constraints_resource.
8980 8981 8982 |
# File 'sig/types.rbs', line 8980 def constraints_resource @constraints_resource end |