snowflake.ml.model¶
Classes
|
Model Object containing multiple versions. |
Model Version Object representing a specific version of the model that could be run. |
|
|
Utility factory method to build a wrapper over transformers [Pipeline]. |
snowflake.ml.model.custom_model¶
Classes
|
Represents a method invocation of an instance of ModelRef. |
|
Represents a model in the inference graph. |
|
Context for a custom model showing paths to artifacts and mapping between model name and object reference. |
|
Abstract class for user defined custom model. |
snowflake.ml.model.model_signature¶
Classes
|
An enumeration. |
|
Abstract Class for specification of a feature. |
|
Specification of a feature in Snowflake native model packaging. |
|
Signature of a model that specifies the input and output of a model. |
Methods
|
Infer model signature from given input and output sample data. |