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)


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.

Returns:

  • (::Array[::String])


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1198
1199
1200
# File 'sig/types.rbs', line 1198

def probability_index
  @probability_index
end