The resulting SavedModel will contain the default serving signature, which
can be used with the TFLite converter to create a TFLite flatbuffer for
inference.
An optional structure of tf.TensorSpecs representing the
expected input of model.predict_on_batch, to override reading from
model.input_spec. Typically this will be similar to model.input_spec,
with any example labels removed. If None, default to
model.input_spec['x'] if the input_spec is a mapping, otherwise default
to model.input_spec[0].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-20 UTC."],[],[]]