snowflake.ml.model.FileEncoding¶ class snowflake.ml.model.FileEncoding(value)¶ Bases: str, Enum The encoding of the file content that will be passed to the custom model. Attributes RAW_BYTES = 'raw_bytes'¶ BASE64 = 'base64'¶ BASE64_DATA_URL = 'base64_data_url'¶