Module post_config_request

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 PostConfigRequest (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.

PostConfigRequest - a model defined in Swagger

Instance variables

var autotuning

Gets the autotuning of this PostConfigRequest.

:return: The autotuning of this PostConfigRequest. :rtype: AutotuneConfig

var features

Gets the features of this PostConfigRequest.

:return: The features of this PostConfigRequest. :rtype: list[FeatureConfig]

var percent_variation

Gets the percent_variation of this PostConfigRequest.

:return: The percent_variation of this PostConfigRequest. :rtype: PercentVariation

var streaming_window

Gets the streaming_window of this PostConfigRequest.

:return: The streaming_window of this PostConfigRequest. :rtype: StreamingWindow

var training

Gets the training of this PostConfigRequest.

:return: The training of this PostConfigRequest. :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