utils.rcclient.enums

Submodules

Package Contents

Classes

Operator

str(object='') -> str

DataType

str(object='') -> str

ExpressionType

str(object='') -> str

GroupType

str(object='') -> str

WebappApiVersion

str(object='') -> str

SignedUrlObjectType

str(object='') -> str

AppType

str(object='') -> str

AppTemplateInputType

str(object='') -> str

InputType

str(object='') -> str

Source

str(object='') -> str

AppTemplateSource

str(object='') -> str

Status

str(object='') -> str

TemplateType

str(object='') -> str

ContextType

str(object='') -> str

DataSourceType

str(object='') -> str

GcpConfig

str(object='') -> str

S3Config

str(object='') -> str

AzureBlobConfig

str(object='') -> str

RedisStorageConfig

str(object='') -> str

SnowflakeConfig

str(object='') -> str

MongoConfig

str(object='') -> str

MySQLConfig

str(object='') -> str

RedshiftConfig

str(object='') -> str

DatasetStatus

str(object='') -> str

DatasetFileType

str(object='') -> str

EnvType

str(object='') -> str

RecipeType

str(object='') -> str

RapidModelRecipeType

str(object='') -> str

AutoMlProblemType

str(object='') -> str

BuildStatus

str(object='') -> str

LaunchStatus

str(object='') -> str

class utils.rcclient.enums.Operator

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

EQUAL_TO = 'EqualTo'
CONTAINS = 'Contains'
GREATER_THAN = 'GreaterThan'
LESS_THAN = 'LessThan'
NOT_EQUAL_TO = 'NotEqualTo'
REG_EX = 'RegEX'
IS_IN_LIST = 'IsInList'
GREATER_OR_EQUAL = 'GreaterOrEqual'
LESSER_OR_EQUAL = 'LesserOrEqual'
IS_NULL = 'IsNull'
IS_NOT_NULL = 'IsNotNull'
class utils.rcclient.enums.DataType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

DOUBLE = 'DOUBLE'
FLOAT = 'FLOAT'
STRING = 'STRING'
INTEGER = 'INTEGER'
LONG = 'LONG'
TIMESTAMP = 'TIMESTAMP'
BOOLEAN = 'BOOLEAN'
SET = 'SET'
LIST = 'LIST'
MAP = 'MAP'
BLOB = 'BLOB'
EMPTY = 'EMPTY'
ANY = 'ANY'
class utils.rcclient.enums.ExpressionType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

ITEM = 'item'
GROUP = 'group'
GLOBAL_REF = 'ref'
DATA_LABEL = 'data-label'
ALWAYS_TRUE = 'always-true'
ALWAYS_FALSE = 'always-false'
RECIPE = 'recipe'
class utils.rcclient.enums.GroupType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

AND = 'AND'
OR = 'OR'
class utils.rcclient.enums.WebappApiVersion

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

V1 = 'v1'
V2 = 'v2'
V3 = 'v3'
class utils.rcclient.enums.SignedUrlObjectType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

ENTITY = 'ENTITY'
APP_TEMPLATE_STREAMLIT = 'APP_TEMPLATE_STREAMLIT'
APP_TEMPLATE_REACTJS = 'APP_TEMPLATE_REACTJS'
DATAAPP_STREAMLIT = 'DATAAPP_STREAMLIT'
DATAAPP_LAUNCH_LOGS = 'DATAAPP_LAUNCH_LOGS'
DATAAPP_ARTIFACTS = 'DATAAPP_ARTIFACTS'
FUNC_TEMPLATE = 'FUNC_TEMPLATE'
DEMO_PROJECT = 'DEMO_PROJECT'
class utils.rcclient.enums.AppType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

STREAMLIT = 'STREAMLIT'
REACTJS = 'REACTJS'
class utils.rcclient.enums.AppTemplateInputType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

ENTITY = 'ENTITY'
ARTIFACT = 'ARTIFACT'
MODEL = 'MODEL'
SCENARIO = 'SCENARIO'
class utils.rcclient.enums.InputType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

ENTITY = 'ENTITY'
ARTIFACT = 'ARTIFACT'
MODEL = 'MODEL'
SCENARIO = 'SCENARIO'
class utils.rcclient.enums.Source

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

SYSTEM = 'SYSTEM'
PROJECT = 'PROJECT'
TENANT = 'TENANT'
class utils.rcclient.enums.AppTemplateSource

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

SYSTEM = 'SYSTEM'
TENANT = 'TENANT'
class utils.rcclient.enums.Status

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

ACTIVE = 'ACTIVE'
DISABLED = 'DISABLED'
class utils.rcclient.enums.TemplateType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

NOTEBOOK = 'NOTEBOOK'
PYTHON_FUNC = 'PYTHON_FUNC'
CODE = 'CODE'
class utils.rcclient.enums.ContextType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

RECIPE = 'RECIPE'
CHART = 'CHART'
DATAAPP = 'DATAAPP'
class utils.rcclient.enums.DataSourceType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

GCP_STORAGE = 'GCP_STORAGE'
S3_STORAGE = 'S3_STORAGE'
AZURE_BLOB = 'AZURE_BLOB'
MYSQL = 'MYSQL'
REDIS_STORAGE = 'REDIS_STORAGE'
SNOWFLAKE = 'SNOWFLAKE'
MONGO = 'MONGO'
REDSHIFT = 'REDSHIFT'
THIRD_PARTY = 'THIRD_PARTY'
class utils.rcclient.enums.GcpConfig

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

BUCKET = 'bucket'
ACCESS_KEY = 'accessKey'
FILE_PATH = 'filePath'
OUTPUT_FILE_DIRECTORY = 'outputFileDirectory'
OUTPUT_FILE_NAME = 'outputFileName'
class utils.rcclient.enums.S3Config

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

BUCKET = 'bucket'
ACCESS_KEY_ID = 'accessKeyId'
ACCESS_KEY_SECRET = 'accessKeySecret'
FILE_PATH = 'filePath'
OUTPUT_FILE_DIRECTORY = 'outputFileDirectory'
OUTPUT_FILE_NAME = 'outputFileName'
class utils.rcclient.enums.AzureBlobConfig

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

FILE_PATH = 'filePath'
CONTAINER_NAME = 'containerName'
CONNECT_STR = 'connectStr'
OUTPUT_FILE_DIRECTORY = 'outputFileDirectory'
OUTPUT_FILE_NAME = 'outputFileName'
class utils.rcclient.enums.RedisStorageConfig

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

HOST = 'host'
PORT = 'port'
FEATURE_NAME = 'featureName'
FEATURE_KEY_COLUMN = 'featureKeyColumn'
FEATURE_VALUE_COLUMNS = 'featureValueColumns'
class utils.rcclient.enums.SnowflakeConfig

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

USER = 'user'
PASSWORD = 'password'
ACCOUNT = 'account'
WAREHOUSE = 'warehouse'
QUERY = 'query'
ROLE = 'role'
TABLE = 'table'
DATABASE = 'database'
SCHEMA = 'schema'
IF_TABLE_EXISTS = 'ifTableExists'
class utils.rcclient.enums.MongoConfig

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

CONNECT_STRING = 'connectString'
DATABASE = 'database'
COLLECTION = 'collection'
QUERY_IN_JSON_FORMAT = 'jsonQuery'
class utils.rcclient.enums.MySQLConfig

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

CONNECT_STRING = 'connectString'
QUERY = 'query'
TABLE = 'table'
IF_TABLE_EXISTS = 'ifTableExists'
class utils.rcclient.enums.RedshiftConfig

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

CONNECT_STRING = 'connectString'
QUERY = 'query'
TABLE = 'table'
IF_TABLE_EXISTS = 'ifTableExists'
class utils.rcclient.enums.DatasetStatus

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

PENDING = 'PENDING'
BUILT = 'BUILT'
EMPTY = 'EMPTY'
RUNNING = 'RUNNING'
STOPPED = 'STOPPED'
SUCCESS = 'SUCCESS'
ERROR = 'ERROR'
UNBUILT = 'UNBUILT'
SKIPPED = 'SKIPPED'
BUILDING = 'BUILDING'
UNKNOWN = 'UNKNOWN'
class utils.rcclient.enums.DatasetFileType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

CSV = 'CSV'
PARQUET = 'PARQUET'
XLS = 'XLS'
XLSX = 'XLSX'
class utils.rcclient.enums.EnvType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

EXTRA_SMALL = 'EXTRA_SMALL'
SMALL = 'SMALL'
MEDIUM = 'MEDIUM'
LARGE = 'LARGE'
CPU_LARGE = 'CPU_LARGE'
MAX_LARGE = 'MAX_LARGE'
EXTRA_MAX_LARGE = 'EXTRA_MAX_LARGE'
SUPER_LARGE = 'SUPER_LARGE'
CUSTOM = 'CUSTOM'
class utils.rcclient.enums.RecipeType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

STANDARD = 'STANDARD'
CODE = 'CODE'
AUTO_ML = 'AUTO_ML'
class utils.rcclient.enums.RapidModelRecipeType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

BINARY_CLASSIFICATION = 'binary_classification'
BINARY_CLASSIFICATION_GPT = 'binary_classification_gpt'
REGRESSION = 'regression'
MULTICLASS_CLASSIFICATION = 'multiclass_classification'
TIMESERIES_FORCASTING = 'Timeseries Forecasting'
ANOMALY_DETECTION = 'Anomaly Detection'
CLUSTERING = 'Clustering'
class utils.rcclient.enums.AutoMlProblemType

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

BINARY_CLASSIFICATION = 'BINARY_CLASSIFICATION'
BINARY_CLASSIFICATION_GPT = 'BINARY_CLASSIFICATION_GPT'
REGRESSION = 'REGRESSION'
MULTICLASS_CLASSIFICATION = 'MULTICLASS_CLASSIFICATION'
TIMESERIES_FORCASTING = 'TIMESERIES_FORCASTING'
ANOMALY_DETECTION = 'ANOMALY_DETECTION'
CLUSTERING = 'CLUSTERING'
class utils.rcclient.enums.BuildStatus

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

UNBUILT = 'UNBUILT'
REQUESTED = 'REQUESTED'
BUILDING = 'BUILDING'
FAILURE = 'FAILURE'
BUILT = 'BUILT'
class utils.rcclient.enums.LaunchStatus

Bases: str, enum.Enum

str(object=’’) -> str str(bytes_or_buffer[, encoding[, errors]]) -> str

Create a new string object from the given object. If encoding or errors is specified, then the object must expose a data buffer that will be decoded using the given encoding and error handler. Otherwise, returns the result of object.__str__() (if defined) or repr(object). encoding defaults to sys.getdefaultencoding(). errors defaults to ‘strict’.

UNKNOWN = 'UNKNOWN'
STOPPING = 'STOPPING'
STOPPED = 'STOPPED'
LAUNCHING = 'LAUNCHING'
FAILURE = 'FAILURE'
RUNNING = 'RUNNING'