Module data_set_run_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 DataSetRunResponse (status='None', message=None, progress=None, testing_results_url=None, features=None, results=None)

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

Do not edit the class manually.

DataSetRunResponse - a model defined in Swagger

Subclasses

Instance variables

var features

Gets the features of this DataSetRunResponse.

:return: The features of this DataSetRunResponse. :rtype: list[PresignedURL]

var message

Gets the message of this DataSetRunResponse.

Error description

:return: The message of this DataSetRunResponse. :rtype: str

var progress

Gets the progress of this DataSetRunResponse.

:return: The progress of this DataSetRunResponse. :rtype: float

var results

Gets the results of this DataSetRunResponse.

:return: The results of this DataSetRunResponse. :rtype: list[PresignedURL]

var status

Gets the status of this DataSetRunResponse.

:return: The status of this DataSetRunResponse. :rtype: str

var testing_results_url

Gets the testing_results_url of this DataSetRunResponse.

url used for downloading test data plus analytics

:return: The testing_results_url of this DataSetRunResponse. :rtype: str

Methods

def to_dict(self)

Returns the model properties as a dict

def to_str(self)

Returns the string representation of the model