Class: Aws::Types::TrainingDataSchema
- Inherits:
-
Object
- Object
- Aws::Types::TrainingDataSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_schema ⇒ Types::LabelSchema
Returns the value of attribute label_schema.
-
#model_variables ⇒ ::Array[::String]
Returns the value of attribute model_variables.
Instance Attribute Details
#label_schema ⇒ Types::LabelSchema
Returns the value of attribute label_schema.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def label_schema @label_schema end |
#model_variables ⇒ ::Array[::String]
Returns the value of attribute model_variables.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def model_variables @model_variables end |