Class: Aws::Types::ClarifyInferenceConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_template::String

Returns the value of attribute content_template.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[("numerical" | "categorical" | "text")])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1183
1184
1185
# File 'sig/types.rbs', line 1183

def probability_index
  @probability_index
end