abacusai.model_location

Module Contents

Classes

ModelLocation

Location information for plug and play model.

class abacusai.model_location.ModelLocation(client, location=None, artifactNames=None)

Bases: abacusai.return_class.AbstractApiClass

Location information for plug and play model.

Parameters
  • client (ApiClient) – An authenticated API Client instance

  • location (str) – Location of the plug and play model.

  • artifactNames (dict) – Representations of the names of the artifacts used to create the model.

__repr__(self)

Return repr(self).

to_dict(self)

Get a dict representation of the parameters in this class

Returns

The dict value representation of the class parameters

Return type

dict