Uses of Class
com.codedstream.otterstream.inference.model.ModelFormat
-
-
Uses of ModelFormat in com.codedstream.otterstream.inference.config
Methods in com.codedstream.otterstream.inference.config that return ModelFormat Modifier and Type Method Description ModelFormatModelConfig. getFormat()Methods in com.codedstream.otterstream.inference.config with parameters of type ModelFormat Modifier and Type Method Description ModelConfig.BuilderModelConfig.Builder. format(ModelFormat format)Constructors in com.codedstream.otterstream.inference.config with parameters of type ModelFormat Constructor Description ModelConfig(String modelId, String modelPath, ModelFormat format, String modelName, String modelVersion, Map<String,Object> modelOptions, String endpointUrl, AuthConfig authConfig)Constructs model configuration. -
Uses of ModelFormat in com.codedstream.otterstream.inference.model
Methods in com.codedstream.otterstream.inference.model that return ModelFormat Modifier and Type Method Description ModelFormatModelMetadata. getFormat()Gets the format of the model.ModelFormat[]ModelLoader. getSupportedFormats()Gets the model formats supported by this loader.static ModelFormatModelFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelFormat[]ModelFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.codedstream.otterstream.inference.model with parameters of type ModelFormat Modifier and Type Method Description ModelMetadata.BuilderModelMetadata.Builder. format(ModelFormat format)Sets the model format.Constructors in com.codedstream.otterstream.inference.model with parameters of type ModelFormat Constructor Description ModelMetadata(String modelName, String modelVersion, ModelFormat format, Map<String,Object> inputSchema, Map<String,Object> outputSchema, long modelSize, long loadTimestamp)Constructs a new ModelMetadata instance with the specified attributes. -
Uses of ModelFormat in com.codedstream.otterstream.onnx
Methods in com.codedstream.otterstream.onnx that return ModelFormat Modifier and Type Method Description ModelFormat[]OnnxModelLoader. getSupportedFormats()Gets the model formats supported by this loader. -
Uses of ModelFormat in com.codedstreams.otterstreams.sql.config
Methods in com.codedstreams.otterstreams.sql.config that return ModelFormat Modifier and Type Method Description ModelFormatModelSourceConfig. getModelFormat()Methods in com.codedstreams.otterstreams.sql.config with parameters of type ModelFormat Modifier and Type Method Description ModelSourceConfig.BuilderModelSourceConfig.Builder. modelFormat(ModelFormat modelFormat)SqlInferenceConfig.BuilderSqlInferenceConfig.Builder. modelFormat(ModelFormat format) -
Uses of ModelFormat in com.codedstreams.otterstreams.sql.metadata
Methods in com.codedstreams.otterstreams.sql.metadata that return ModelFormat Modifier and Type Method Description ModelFormatModelDescriptor. getFormat()Constructors in com.codedstreams.otterstreams.sql.metadata with parameters of type ModelFormat Constructor Description ModelDescriptor(String modelId, String modelName, String version, ModelFormat format, String path, InputOutputSchema schema, Map<String,String> tags)
-