Module config_response
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 ConfigResponse (streaming_window=None, percent_variation=None, features=None, training=None, autotuning=None)
-
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
ConfigResponse - a model defined in Swagger
Subclasses
Instance variables
var autotuning
-
Gets the autotuning of this ConfigResponse.
:return: The autotuning of this ConfigResponse. :rtype: AutotuneConfig
var features
-
Gets the features of this ConfigResponse.
:return: The features of this ConfigResponse. :rtype: list[FeatureConfigResponse]
var percent_variation
-
Gets the percent_variation of this ConfigResponse.
:return: The percent_variation of this ConfigResponse. :rtype: PercentVariation
var streaming_window
-
Gets the streaming_window of this ConfigResponse.
:return: The streaming_window of this ConfigResponse. :rtype: StreamingWindow
var training
-
Gets the training of this ConfigResponse.
:return: The training of this ConfigResponse. :rtype: TrainingConfig
Methods
def to_dict(self)
-
Returns the model properties as a dict
def to_str(self)
-
Returns the string representation of the model