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.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def content_template @content_template end |
#feature_headers ⇒ ::Array[::String]
Returns the value of attribute feature_headers.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def feature_headers @feature_headers end |
#feature_types ⇒ ::Array[("numerical" | "categorical" | "text")]
Returns the value of attribute feature_types.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def feature_types @feature_types end |
#features_attribute ⇒ ::String
Returns the value of attribute features_attribute.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def features_attribute @features_attribute end |
#label_attribute ⇒ ::String
Returns the value of attribute label_attribute.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def label_attribute @label_attribute end |
#label_headers ⇒ ::Array[::String]
Returns the value of attribute label_headers.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def label_headers @label_headers end |
#label_index ⇒ ::Integer
Returns the value of attribute label_index.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def label_index @label_index end |
#max_payload_in_mb ⇒ ::Integer
Returns the value of attribute max_payload_in_mb.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def max_payload_in_mb @max_payload_in_mb end |
#max_record_count ⇒ ::Integer
Returns the value of attribute max_record_count.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def max_record_count @max_record_count end |
#probability_attribute ⇒ ::String
Returns the value of attribute probability_attribute.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def probability_attribute @probability_attribute end |
#probability_index ⇒ ::Integer
Returns the value of attribute probability_index.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def probability_index @probability_index end |