Class: Aws::Types::CandidateArtifactLocations
- Inherits:
-
Object
- Object
- Aws::Types::CandidateArtifactLocations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backtest_results ⇒ ::String
Returns the value of attribute backtest_results.
-
#explainability ⇒ ::String
Returns the value of attribute explainability.
-
#model_insights ⇒ ::String
Returns the value of attribute model_insights.
Instance Attribute Details
#backtest_results ⇒ ::String
Returns the value of attribute backtest_results.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def backtest_results @backtest_results end |
#explainability ⇒ ::String
Returns the value of attribute explainability.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def explainability @explainability end |
#model_insights ⇒ ::String
Returns the value of attribute model_insights.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def model_insights @model_insights end |