Class: Aws::Types::RFTConfig
- Inherits:
-
Object
- Object
- Aws::Types::RFTConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grader_config ⇒ Types::GraderConfig
Returns the value of attribute grader_config.
-
#hyper_parameters ⇒ Types::RFTHyperParameters
Returns the value of attribute hyper_parameters.
Instance Attribute Details
#grader_config ⇒ Types::GraderConfig
Returns the value of attribute grader_config.
3228 3229 3230 |
# File 'sig/types.rbs', line 3228 def grader_config @grader_config end |
#hyper_parameters ⇒ Types::RFTHyperParameters
Returns the value of attribute hyper_parameters.
3229 3230 3231 |
# File 'sig/types.rbs', line 3229 def hyper_parameters @hyper_parameters end |