Uses of Class
org.apache.flink.table.api.ModelDescriptor.Builder
Packages that use ModelDescriptor.Builder
-
Uses of ModelDescriptor.Builder in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return ModelDescriptor.BuilderModifier and TypeMethodDescriptionDefine the comment for this model.static ModelDescriptor.BuilderModelDescriptor.forProvider(String provider) Creates a newModelDescriptor.Builderfor the model with the given provider option.ModelDescriptor.Builder.inputSchema(Schema inputSchema) Define the input schema of theModelDescriptor.Sets the given option on the model.ModelDescriptor.Builder.option(ConfigOption<T> configOption, T value) Sets the given option on the model.ModelDescriptor.Builder.outputSchema(Schema outputSchema) Define the output schema of theModelDescriptor.ModelDescriptor.toBuilder()Converts this immutable instance into a mutableModelDescriptor.Builder.