Module put_data_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 PutDataRequest (vector=None, fusion_rule='default')

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

Do not edit the class manually.

PutDataRequest - a model defined in Swagger

Instance variables

var fusion_rule

Gets the fusion_rule of this PutDataRequest.

If submit, the fusion vector will be submitted for inference on this request. If nosubmit, this request will not trigger an inference. If default, follow the rules for the submitted features.

:return: The fusion_rule of this PutDataRequest. :rtype: str

var vector

Gets the vector of this PutDataRequest.

Updates to apply to the current fusion vector.

:return: The vector of this PutDataRequest. :rtype: list[FusionFeature]

Methods

def to_dict(self)

Returns the model properties as a dict

def to_str(self)

Returns the string representation of the model