Interface ModelSemantics


  • @PublicEvolving
    public interface ModelSemantics
    Provides call information about the model that has been passed to a model argument.

    This class is only available for model arguments (i.e. arguments of a ProcessTableFunction that are annotated with @ArgumentHint(MODEL)).

    • Method Detail

      • inputDataType

        DataType inputDataType()
        Input data type expected by the passed model.
      • outputDataType

        DataType outputDataType()
        Output data type produced by the passed model.