Module put_data_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 PutDataResponse (vector=None, analytics=None, status=None)

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

Do not edit the class manually.

PutDataResponse - a model defined in Swagger

Instance variables

var analytics

Gets the analytics of this PutDataResponse.

:return: The analytics of this PutDataResponse. :rtype: AnalyticResults

var status

Gets the status of this PutDataResponse.

:return: The status of this PutDataResponse. :rtype: ModelStatus

var vector

Gets the vector of this PutDataResponse.

The current fusion vector.

:return: The vector of this PutDataResponse. :rtype: dict(str, float)

Methods

def to_dict(self)

Returns the model properties as a dict

def to_str(self)

Returns the string representation of the model