abacusai.model_location

Classes

ModelLocation

Provide location information for the plug-and-play model.

Module Contents

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

Bases: abacusai.return_class.AbstractApiClass

Provide location information for the 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.

location
artifact_names
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict