Module nano_status

Amber API Server

Boon Logic Amber API server

OpenAPI spec version: 2.0.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

Classes

class NanoStatus (pca=None, cluster_growth=None, cluster_sizes=None, anomaly_indexes=None, frequency_indexes=None, distance_indexes=None, sample_count=None, cluster_count=None, anomaly_threshold=None, state=None)

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

NanoStatus - a model defined in Swagger

Subclasses

Instance variables

var anomaly_indexes

Gets the anomaly_indexes of this NanoStatus.

anomaly indexes

:return: The anomaly_indexes of this NanoStatus. :rtype: list[float]

var anomaly_threshold

Gets the anomaly_threshold of this NanoStatus.

anomaly threshold

:return: The anomaly_threshold of this NanoStatus. :rtype: int

var cluster_count

Gets the cluster_count of this NanoStatus.

Total number of clusters generated by patterns so far.

:return: The cluster_count of this NanoStatus. :rtype: int

var cluster_growth

Gets the cluster_growth of this NanoStatus.

cluster growth

:return: The cluster_growth of this NanoStatus. :rtype: list[float]

var cluster_sizes

Gets the cluster_sizes of this NanoStatus.

cluster sizes

:return: The cluster_sizes of this NanoStatus. :rtype: list[float]

var distance_indexes

Gets the distance_indexes of this NanoStatus.

distance indexes

:return: The distance_indexes of this NanoStatus. :rtype: list[float]

var frequency_indexes

Gets the frequency_indexes of this NanoStatus.

frequency indexes

:return: The frequency_indexes of this NanoStatus. :rtype: list[float]

var pca

Gets the pca of this NanoStatus.

pca

:return: The pca of this NanoStatus. :rtype: list[list[float]]

var sample_count

Gets the sample_count of this NanoStatus.

Total number of patterns processed since configuration.

:return: The sample_count of this NanoStatus. :rtype: int

var state

Gets the state of this NanoStatus.

:return: The state of this NanoStatus. :rtype: AmberState

Methods

def to_dict(self)

Returns the model properties as a dict

def to_str(self)

Returns the string representation of the model