Module post_learning_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 PostLearningRequest (state=None, training=None, autotuning=None)

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

Do not edit the class manually.

PostLearningRequest - a model defined in Swagger

Instance variables

var autotuning

Gets the autotuning of this PostLearningRequest.

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

var state

Gets the state of this PostLearningRequest.

Desired learning state.

:return: The state of this PostLearningRequest. :rtype: str

var training

Gets the training of this PostLearningRequest.

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