Class: Aws::Types::ClarifyInferenceConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClarifyInferenceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_template ⇒ ::String
Returns the value of attribute content_template.
-
#feature_headers ⇒ ::Array[::String]
Returns the value of attribute feature_headers.
-
#feature_types ⇒ ::Array[("numerical" | "categorical" | "text")]
Returns the value of attribute feature_types.
-
#features_attribute ⇒ ::String
Returns the value of attribute features_attribute.
-
#label_attribute ⇒ ::String
Returns the value of attribute label_attribute.
-
#label_headers ⇒ ::Array[::String]
Returns the value of attribute label_headers.
-
#label_index ⇒ ::Integer
Returns the value of attribute label_index.
-
#max_payload_in_mb ⇒ ::Integer
Returns the value of attribute max_payload_in_mb.
-
#max_record_count ⇒ ::Integer
Returns the value of attribute max_record_count.
-
#probability_attribute ⇒ ::String
Returns the value of attribute probability_attribute.
-
#probability_index ⇒ ::Integer
Returns the value of attribute probability_index.
Instance Attribute Details
#content_template ⇒ ::String
Returns the value of attribute content_template.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def content_template @content_template end |
#feature_headers ⇒ ::Array[::String]
Returns the value of attribute feature_headers.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def feature_headers @feature_headers end |
#feature_types ⇒ ::Array[("numerical" | "categorical" | "text")]
Returns the value of attribute feature_types.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def feature_types @feature_types end |
#features_attribute ⇒ ::String
Returns the value of attribute features_attribute.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def features_attribute @features_attribute end |
#label_attribute ⇒ ::String
Returns the value of attribute label_attribute.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def label_attribute @label_attribute end |
#label_headers ⇒ ::Array[::String]
Returns the value of attribute label_headers.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def label_headers @label_headers end |
#label_index ⇒ ::Integer
Returns the value of attribute label_index.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def label_index @label_index end |
#max_payload_in_mb ⇒ ::Integer
Returns the value of attribute max_payload_in_mb.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def max_payload_in_mb @max_payload_in_mb end |
#max_record_count ⇒ ::Integer
Returns the value of attribute max_record_count.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def max_record_count @max_record_count end |
#probability_attribute ⇒ ::String
Returns the value of attribute probability_attribute.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def probability_attribute @probability_attribute end |
#probability_index ⇒ ::Integer
Returns the value of attribute probability_index.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def probability_index @probability_index end |