snowflake.ml.model¶
Core 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]. |
Batch Inference
|
Specification for batch inference input options. |
|
Specification for batch inference output. |
|
Specification for batch inference job execution. |
|
Save mode options for batch inference output. |
|
The format of the input column data. |
|
The encoding of the file content that will be passed to the custom model. |
Options for handling specific columns during run_batch for file I/O. |
Model Logging Options
|
Specifies a code path with optional filtering for selective inclusion. |
|
An enumeration. |
|
Volatility levels for model functions. |
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 storing paths to file artifacts and model object references. |
|
Abstract class for user defined custom model. |
Decorators
|
Decorator to mark a method as an inference API in a CustomModel. |
|
Decorator to mark a method as a partitioned inference API in a CustomModel. |
snowflake.ml.model.model_signature¶
Classes
|
An enumeration. |
|
Abstract Class for specification of a feature. |
|
Specification of a feature in Snowflake native model packaging. |
|
Specification of a group of features in Snowflake native model packaging. |
|
Specification of a parameter in Snowflake native model packaging. |
|
Specification of a group of parameters 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. |
snowflake.ml.model.openai_signatures¶
Attributes
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |
|
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |
|
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |
|
|
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |