master package

Subpackages

Submodules

master.admin module

master.apps module

class master.apps.MasterConfig(app_name, app_module)[source]

Bases: django.apps.config.AppConfig

name = 'master'
ready()[source]

set cache on server start up :return:

master.models module

class master.models.AUTO_ML_RULE(graph_flow_id, graph_flow_data, graph_flow_desc, graph_flow_group_id, creation_date, last_update_date, created_by, last_updated_by, train_file_path, eval_file_path)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception AUTO_ML_RULE.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

AUTO_ML_RULE.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

AUTO_ML_RULE.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

AUTO_ML_RULE.eval_file_path

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

AUTO_ML_RULE.get_next_by_creation_date(*moreargs, **morekwargs)
AUTO_ML_RULE.get_next_by_last_update_date(*moreargs, **morekwargs)
AUTO_ML_RULE.get_previous_by_creation_date(*moreargs, **morekwargs)
AUTO_ML_RULE.get_previous_by_last_update_date(*moreargs, **morekwargs)
AUTO_ML_RULE.graph_flow_data

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

AUTO_ML_RULE.graph_flow_desc

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

AUTO_ML_RULE.graph_flow_group_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

AUTO_ML_RULE.graph_flow_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

AUTO_ML_RULE.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

AUTO_ML_RULE.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

AUTO_ML_RULE.objects = <django.db.models.manager.Manager object>
AUTO_ML_RULE.train_file_path

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class master.models.BATCH_INFO_JOBCONFIG(nn_id, nn_wf_ver_id, nn_batch_ver_id, start_time, end_time, period, type, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception BATCH_INFO_JOBCONFIG.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

BATCH_INFO_JOBCONFIG.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

BATCH_INFO_JOBCONFIG.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

BATCH_INFO_JOBCONFIG.end_time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

BATCH_INFO_JOBCONFIG.get_next_by_creation_date(*moreargs, **morekwargs)
BATCH_INFO_JOBCONFIG.get_next_by_end_time(*moreargs, **morekwargs)
BATCH_INFO_JOBCONFIG.get_next_by_last_update_date(*moreargs, **morekwargs)
BATCH_INFO_JOBCONFIG.get_next_by_start_time(*moreargs, **morekwargs)
BATCH_INFO_JOBCONFIG.get_previous_by_creation_date(*moreargs, **morekwargs)
BATCH_INFO_JOBCONFIG.get_previous_by_end_time(*moreargs, **morekwargs)
BATCH_INFO_JOBCONFIG.get_previous_by_last_update_date(*moreargs, **morekwargs)
BATCH_INFO_JOBCONFIG.get_previous_by_start_time(*moreargs, **morekwargs)
BATCH_INFO_JOBCONFIG.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

BATCH_INFO_JOBCONFIG.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

BATCH_INFO_JOBCONFIG.nn_batch_ver_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

BATCH_INFO_JOBCONFIG.nn_batch_ver_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

BATCH_INFO_JOBCONFIG.nn_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

BATCH_INFO_JOBCONFIG.nn_wf_ver_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

BATCH_INFO_JOBCONFIG.objects = <django.db.models.manager.Manager object>
BATCH_INFO_JOBCONFIG.period

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

BATCH_INFO_JOBCONFIG.start_time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

BATCH_INFO_JOBCONFIG.type

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class master.models.NN_DEF_LIST_ID_INFO(id, nn_id, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception NN_DEF_LIST_ID_INFO.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

NN_DEF_LIST_ID_INFO.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_ID_INFO.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_ID_INFO.get_next_by_creation_date(*moreargs, **morekwargs)
NN_DEF_LIST_ID_INFO.get_next_by_last_update_date(*moreargs, **morekwargs)
NN_DEF_LIST_ID_INFO.get_previous_by_creation_date(*moreargs, **morekwargs)
NN_DEF_LIST_ID_INFO.get_previous_by_last_update_date(*moreargs, **morekwargs)
NN_DEF_LIST_ID_INFO.id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_ID_INFO.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_ID_INFO.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_ID_INFO.nn_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

NN_DEF_LIST_ID_INFO.nn_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_ID_INFO.objects = <django.db.models.manager.Manager object>
class master.models.NN_DEF_LIST_INFO(nn_id, biz_cate, biz_sub_cate, nn_title, nn_desc, use_flag, dir, config, automl_parms, automl_runtime, automl_stat, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception NN_DEF_LIST_INFO.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

NN_DEF_LIST_INFO.automl_parms

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.automl_runtime

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.automl_stat

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.biz_cate

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.biz_sub_cate

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.config

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.dir

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.get_next_by_creation_date(*moreargs, **morekwargs)
NN_DEF_LIST_INFO.get_next_by_last_update_date(*moreargs, **morekwargs)
NN_DEF_LIST_INFO.get_previous_by_creation_date(*moreargs, **morekwargs)
NN_DEF_LIST_INFO.get_previous_by_last_update_date(*moreargs, **morekwargs)
NN_DEF_LIST_INFO.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.nn_def_list_id_info_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

NN_DEF_LIST_INFO.nn_desc

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.nn_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.nn_title

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_DEF_LIST_INFO.nn_ver_wflist_info_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

NN_DEF_LIST_INFO.objects = <django.db.models.manager.Manager object>
NN_DEF_LIST_INFO.use_flag

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class master.models.NN_VER_BATCHLIST_INFO(nn_batch_ver_id, nn_ver_wflist_info_nn_ver, nn_batch_ver_info, active_flag, train_flag, eval_flag, nn_wf_ver_id, job_end_time, model_acc, train_progress, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception NN_VER_BATCHLIST_INFO.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

NN_VER_BATCHLIST_INFO.active_flag

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.batch_info_jobconfig_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

NN_VER_BATCHLIST_INFO.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.eval_flag

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.get_next_by_creation_date(*moreargs, **morekwargs)
NN_VER_BATCHLIST_INFO.get_next_by_last_update_date(*moreargs, **morekwargs)
NN_VER_BATCHLIST_INFO.get_previous_by_creation_date(*moreargs, **morekwargs)
NN_VER_BATCHLIST_INFO.get_previous_by_last_update_date(*moreargs, **morekwargs)
NN_VER_BATCHLIST_INFO.job_end_time

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.model_acc

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.nn_batch_ver_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.nn_batch_ver_info

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.nn_ver_wflist_info_nn_ver

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.nn_wf_ver_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

NN_VER_BATCHLIST_INFO.nn_wf_ver_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.objects = <django.db.models.manager.Manager object>
NN_VER_BATCHLIST_INFO.train_flag

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.train_progress

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_BATCHLIST_INFO.train_summary_accloss_info_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

NN_VER_BATCHLIST_INFO.train_summary_result_info_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

class master.models.NN_VER_WFLIST_INFO(id, nn_wf_ver_id, nn_def_list_info_nn_id, automl_gen, nn_wf_ver_info, condition, active_flag, nn_wf_ver_desc, nn_id, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception NN_VER_WFLIST_INFO.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

NN_VER_WFLIST_INFO.active_flag

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.automl_gen

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.condition

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.get_next_by_creation_date(*moreargs, **morekwargs)
NN_VER_WFLIST_INFO.get_next_by_last_update_date(*moreargs, **morekwargs)
NN_VER_WFLIST_INFO.get_previous_by_creation_date(*moreargs, **morekwargs)
NN_VER_WFLIST_INFO.get_previous_by_last_update_date(*moreargs, **morekwargs)
NN_VER_WFLIST_INFO.id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.nn_def_list_info_nn_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.nn_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

NN_VER_WFLIST_INFO.nn_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.nn_ver_batchlist_info_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

NN_VER_WFLIST_INFO.nn_wf_state_info_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

NN_VER_WFLIST_INFO.nn_wf_ver_desc

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.nn_wf_ver_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.nn_wf_ver_info

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_VER_WFLIST_INFO.objects = <django.db.models.manager.Manager object>
class master.models.NN_WF_EASY_MODE_RULE(key, easy_mode_purp, easy_mode_data_type, easy_mode_store_type, wf_state_id, easy_mode_data_size, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception NN_WF_EASY_MODE_RULE.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

NN_WF_EASY_MODE_RULE.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_EASY_MODE_RULE.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_EASY_MODE_RULE.easy_mode_data_size

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_EASY_MODE_RULE.easy_mode_data_type

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_EASY_MODE_RULE.easy_mode_purp

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_EASY_MODE_RULE.easy_mode_store_type

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_EASY_MODE_RULE.get_next_by_creation_date(*moreargs, **morekwargs)
NN_WF_EASY_MODE_RULE.get_next_by_last_update_date(*moreargs, **morekwargs)
NN_WF_EASY_MODE_RULE.get_previous_by_creation_date(*moreargs, **morekwargs)
NN_WF_EASY_MODE_RULE.get_previous_by_last_update_date(*moreargs, **morekwargs)
NN_WF_EASY_MODE_RULE.key

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_EASY_MODE_RULE.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_EASY_MODE_RULE.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_EASY_MODE_RULE.objects = <django.db.models.manager.Manager object>
NN_WF_EASY_MODE_RULE.wf_state_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

NN_WF_EASY_MODE_RULE.wf_state_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class master.models.NN_WF_NODE_INFO(nn_wf_node_id, nn_wf_node_name, wf_state_id, wf_task_submenu_id, wf_node_status, node_config_data, node_draw_x, node_draw_y, nn_wf_node_desc, task_fin_flag, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception NN_WF_NODE_INFO.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

NN_WF_NODE_INFO.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.get_next_by_creation_date(*moreargs, **morekwargs)
NN_WF_NODE_INFO.get_next_by_last_update_date(*moreargs, **morekwargs)
NN_WF_NODE_INFO.get_previous_by_creation_date(*moreargs, **morekwargs)
NN_WF_NODE_INFO.get_previous_by_last_update_date(*moreargs, **morekwargs)
NN_WF_NODE_INFO.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.nn_wf_node_desc

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.nn_wf_node_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.nn_wf_node_name

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.node_config_data

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.node_draw_x

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.node_draw_y

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.objects = <django.db.models.manager.Manager object>
NN_WF_NODE_INFO.task_fin_flag

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.wf_node_status

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.wf_state_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

NN_WF_NODE_INFO.wf_state_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_INFO.wf_task_submenu_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

NN_WF_NODE_INFO.wf_task_submenu_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class master.models.NN_WF_NODE_RELATION(nn_wf_node_id_1, nn_wf_node_id_2, wf_state_id, nn_wf_relation_id, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception NN_WF_NODE_RELATION.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

NN_WF_NODE_RELATION.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_RELATION.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_RELATION.get_next_by_creation_date(*moreargs, **morekwargs)
NN_WF_NODE_RELATION.get_next_by_last_update_date(*moreargs, **morekwargs)
NN_WF_NODE_RELATION.get_previous_by_creation_date(*moreargs, **morekwargs)
NN_WF_NODE_RELATION.get_previous_by_last_update_date(*moreargs, **morekwargs)
NN_WF_NODE_RELATION.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_RELATION.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_RELATION.nn_wf_node_id_1

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_RELATION.nn_wf_node_id_2

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_RELATION.nn_wf_relation_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_NODE_RELATION.objects = <django.db.models.manager.Manager object>
NN_WF_NODE_RELATION.wf_state_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

NN_WF_NODE_RELATION.wf_state_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class master.models.NN_WF_STATE_INFO(wf_state_id, nn_id, nn_wf_ver_id, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception NN_WF_STATE_INFO.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

NN_WF_STATE_INFO.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_STATE_INFO.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_STATE_INFO.get_next_by_creation_date(*moreargs, **morekwargs)
NN_WF_STATE_INFO.get_next_by_last_update_date(*moreargs, **morekwargs)
NN_WF_STATE_INFO.get_previous_by_creation_date(*moreargs, **morekwargs)
NN_WF_STATE_INFO.get_previous_by_last_update_date(*moreargs, **morekwargs)
NN_WF_STATE_INFO.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_STATE_INFO.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_STATE_INFO.nn_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_STATE_INFO.nn_wf_easy_mode_rule_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

NN_WF_STATE_INFO.nn_wf_node_info_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

NN_WF_STATE_INFO.nn_wf_node_relation_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

NN_WF_STATE_INFO.nn_wf_ver_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

NN_WF_STATE_INFO.nn_wf_ver_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

NN_WF_STATE_INFO.objects = <django.db.models.manager.Manager object>
NN_WF_STATE_INFO.wf_state_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class master.models.TRAIN_SUMMARY_ACCLOSS_INFO(id, nn_id, nn_wf_ver_id, nn_batch_ver_id, acc_info, loss_info, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception TRAIN_SUMMARY_ACCLOSS_INFO.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

TRAIN_SUMMARY_ACCLOSS_INFO.acc_info

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_ACCLOSS_INFO.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_ACCLOSS_INFO.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_ACCLOSS_INFO.get_next_by_creation_date(*moreargs, **morekwargs)
TRAIN_SUMMARY_ACCLOSS_INFO.get_next_by_last_update_date(*moreargs, **morekwargs)
TRAIN_SUMMARY_ACCLOSS_INFO.get_previous_by_creation_date(*moreargs, **morekwargs)
TRAIN_SUMMARY_ACCLOSS_INFO.get_previous_by_last_update_date(*moreargs, **morekwargs)
TRAIN_SUMMARY_ACCLOSS_INFO.id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_ACCLOSS_INFO.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_ACCLOSS_INFO.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_ACCLOSS_INFO.loss_info

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_ACCLOSS_INFO.nn_batch_ver_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

TRAIN_SUMMARY_ACCLOSS_INFO.nn_batch_ver_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_ACCLOSS_INFO.nn_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_ACCLOSS_INFO.nn_wf_ver_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_ACCLOSS_INFO.objects = <django.db.models.manager.Manager object>
class master.models.TRAIN_SUMMARY_RESULT_INFO(id, nn_id, nn_wf_ver_id, nn_batch_ver_id, result_info, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception TRAIN_SUMMARY_RESULT_INFO.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

TRAIN_SUMMARY_RESULT_INFO.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_RESULT_INFO.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_RESULT_INFO.get_next_by_creation_date(*moreargs, **morekwargs)
TRAIN_SUMMARY_RESULT_INFO.get_next_by_last_update_date(*moreargs, **morekwargs)
TRAIN_SUMMARY_RESULT_INFO.get_previous_by_creation_date(*moreargs, **morekwargs)
TRAIN_SUMMARY_RESULT_INFO.get_previous_by_last_update_date(*moreargs, **morekwargs)
TRAIN_SUMMARY_RESULT_INFO.id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_RESULT_INFO.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_RESULT_INFO.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_RESULT_INFO.nn_batch_ver_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

TRAIN_SUMMARY_RESULT_INFO.nn_batch_ver_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_RESULT_INFO.nn_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_RESULT_INFO.nn_wf_ver_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

TRAIN_SUMMARY_RESULT_INFO.objects = <django.db.models.manager.Manager object>
TRAIN_SUMMARY_RESULT_INFO.result_info

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class master.models.WF_TASK_MENU_RULE(wf_task_menu_id, wf_task_menu_name, wf_task_menu_desc, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception WF_TASK_MENU_RULE.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

WF_TASK_MENU_RULE.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_MENU_RULE.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_MENU_RULE.get_next_by_creation_date(*moreargs, **morekwargs)
WF_TASK_MENU_RULE.get_next_by_last_update_date(*moreargs, **morekwargs)
WF_TASK_MENU_RULE.get_previous_by_creation_date(*moreargs, **morekwargs)
WF_TASK_MENU_RULE.get_previous_by_last_update_date(*moreargs, **morekwargs)
WF_TASK_MENU_RULE.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_MENU_RULE.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_MENU_RULE.objects = <django.db.models.manager.Manager object>
WF_TASK_MENU_RULE.visible_flag

alias of BooleanField

WF_TASK_MENU_RULE.wf_task_menu_desc

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_MENU_RULE.wf_task_menu_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_MENU_RULE.wf_task_menu_name

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_MENU_RULE.wf_task_submenu_rule_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

class master.models.WF_TASK_REALATION_RULE(key, wf_task_submenu_id_1, wf_task_submenu_id_2, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception WF_TASK_REALATION_RULE.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

WF_TASK_REALATION_RULE.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_REALATION_RULE.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_REALATION_RULE.get_next_by_creation_date(*moreargs, **morekwargs)
WF_TASK_REALATION_RULE.get_next_by_last_update_date(*moreargs, **morekwargs)
WF_TASK_REALATION_RULE.get_previous_by_creation_date(*moreargs, **morekwargs)
WF_TASK_REALATION_RULE.get_previous_by_last_update_date(*moreargs, **morekwargs)
WF_TASK_REALATION_RULE.key

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_REALATION_RULE.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_REALATION_RULE.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_REALATION_RULE.objects = <django.db.models.manager.Manager object>
WF_TASK_REALATION_RULE.wf_task_submenu_id_1

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_REALATION_RULE.wf_task_submenu_id_2

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

class master.models.WF_TASK_SUBMENU_RULE(wf_task_menu_id, wf_task_submenu_id, wf_task_submenu_name, wf_task_submenu_desc, wf_node_class_path, wf_node_class_name, creation_date, last_update_date, created_by, last_updated_by)[source]

Bases: django.db.models.base.Model

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception WF_TASK_SUBMENU_RULE.MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

WF_TASK_SUBMENU_RULE.created_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_SUBMENU_RULE.creation_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_SUBMENU_RULE.get_next_by_creation_date(*moreargs, **morekwargs)
WF_TASK_SUBMENU_RULE.get_next_by_last_update_date(*moreargs, **morekwargs)
WF_TASK_SUBMENU_RULE.get_previous_by_creation_date(*moreargs, **morekwargs)
WF_TASK_SUBMENU_RULE.get_previous_by_last_update_date(*moreargs, **morekwargs)
WF_TASK_SUBMENU_RULE.last_update_date

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_SUBMENU_RULE.last_updated_by

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_SUBMENU_RULE.nn_wf_node_info_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

parent.children is a ReverseManyToOneDescriptor instance.

Most of the implementation is delegated to a dynamically defined manager class built by create_forward_many_to_many_manager() defined below.

WF_TASK_SUBMENU_RULE.objects = <django.db.models.manager.Manager object>
WF_TASK_SUBMENU_RULE.wf_node_class_name

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_SUBMENU_RULE.wf_node_class_path

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_SUBMENU_RULE.wf_task_menu_id

Accessor to the related object on the forward side of a many-to-one or one-to-one relation.

In the example:

class Child(Model):
    parent = ForeignKey(Parent, related_name='children')

child.parent is a ForwardManyToOneDescriptor instance.

WF_TASK_SUBMENU_RULE.wf_task_menu_id_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_SUBMENU_RULE.wf_task_submenu_desc

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_SUBMENU_RULE.wf_task_submenu_id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

WF_TASK_SUBMENU_RULE.wf_task_submenu_name

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

master.serializers module

class master.serializers.AUTO_ML_RULE_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : AUTO_ML_RULE

class Meta[source]

Bases: object

fields = ('graph_flow_id', 'graph_flow_data')
model

alias of AUTO_ML_RULE

class master.serializers.NN_DEF_LIST_ID_INFO_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : NN_DEF_LIST_ID_INFO

class Meta[source]

Bases: object

fields = ('id', 'nn_id')
model

alias of NN_DEF_LIST_ID_INFO

class master.serializers.NN_DEF_LIST_INFO_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : NN_DEF_LIST_INFO

class Meta[source]

Bases: object

fields = ('nn_id', 'biz_cate', 'biz_sub_cate', 'nn_title', 'nn_desc', 'use_flag', 'dir', 'config', 'automl_parms', 'automl_runtime', 'automl_stat')
model

alias of NN_DEF_LIST_INFO

class master.serializers.NN_VER_BATCHLIST_INFO_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : NN_VER_BATCHLIST_INFO

class Meta[source]

Bases: object

fields = ('nn_batch_ver_id', 'active_flag', 'nn_wf_ver_id')
model

alias of NN_VER_BATCHLIST_INFO

class master.serializers.NN_VER_WFLIST_INFO_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : NN_VER_WFLIST_INFO

class Meta[source]

Bases: object

fields = ('nn_wf_ver_id', 'automl_gen', 'nn_def_list_info_nn_id', 'nn_wf_ver_desc', 'condition', 'active_flag', 'nn_id')
model

alias of NN_VER_WFLIST_INFO

class master.serializers.NN_WF_NODE_INFO_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : NN_WF_NODE_INFO

class Meta[source]

Bases: object

fields = ('nn_wf_node_id', 'nn_wf_node_name', 'wf_state_id', 'wf_task_submenu_id', 'wf_node_status', 'node_config_data', 'node_draw_x', 'node_draw_y', 'nn_wf_node_desc')
model

alias of NN_WF_NODE_INFO

class master.serializers.NN_WF_NODE_RELATION_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : NN_WF_STATE_INFO

class Meta[source]

Bases: object

fields = ('wf_state_id', 'nn_wf_node_id_1', 'nn_wf_node_id_2')
model

alias of NN_WF_NODE_RELATION

class master.serializers.NN_WF_STATE_INFO_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : NN_WF_STATE_INFO

class Meta[source]

Bases: object

fields = ('wf_state_id', 'nn_id', 'nn_wf_ver_id')
model

alias of NN_WF_STATE_INFO

class master.serializers.TRAIN_SUMMARY_ACCLOSS_INFO_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : TRAIN_SUMMARY_ACCLOSS_INFO

class Meta[source]

Bases: object

fields = ('nn_id', 'nn_wf_ver_id', 'nn_batch_ver_id', 'acc_info', 'loss_info')
model

alias of TRAIN_SUMMARY_ACCLOSS_INFO

class master.serializers.TRAIN_SUMMARY_RESULT_INFO_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : TRAIN_SUMMARY_RESULT_INFO

class Meta[source]

Bases: object

fields = ('nn_id', 'nn_wf_ver_id', 'nn_batch_ver_id', 'result_info')
model

alias of TRAIN_SUMMARY_RESULT_INFO

class master.serializers.WF_TASK_MENU_RULE_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : NN_WF_STATE_INFO

class Meta[source]

Bases: object

fields = ('wf_task_menu_id', 'wf_task_menu_name', 'wf_task_menu_desc', 'visible_flag')
model

alias of WF_TASK_MENU_RULE

class master.serializers.WF_TASK_SUBMENU_RULE_Serializer(instance=None, data=<class 'rest_framework.fields.empty'>, **kwargs)[source]

Bases: rest_framework.serializers.ModelSerializer

Table : NN_WF_STATE_INFO

class Meta[source]

Bases: object

fields = ('wf_task_submenu_id', 'wf_task_submenu_name', 'wf_task_submenu_desc', 'wf_node_class_path', 'wf_node_class_name', 'wf_task_menu_id')
model

alias of WF_TASK_SUBMENU_RULE

master.tests module

master.views module

Module contents