ai_api_client_sdk.models.output_artifact
index
/home/jenkins/agent/workspace/ndation_ai-api-client-sdk_master/ai_api_client_sdk/models/output_artifact.py

 
Classes
       
ai_api_client_sdk.models.base_models.Name(builtins.object)
OutputArtifact

 
class OutputArtifact(ai_api_client_sdk.models.base_models.Name)
    OutputArtifact(name: str, **kwargs)
 
The OutputArtifact object defines the output artifact specified in the executable definition. Refer to
:class:`ai_api_client_sdk.models.base_models.Name`, for the object definition
 
 
Method resolution order:
OutputArtifact
ai_api_client_sdk.models.base_models.Name
builtins.object

Methods defined here:
__str__(self)
Return str(self).

Static methods defined here:
from_dict(output_artifact_dict: Dict[str, str])
Returns a :class:`ai_api_client_sdk.models.output_artifact.OutputArtifact` object, created from the values
in the dict provided as parameter
 
:param output_artifact_dict: Dict which includes the necessary values to create the object
:type output_artifact_dict: Dict[str, Any]
:return: An object, created from the values provided
:rtype: class:`ai_api_client_sdk.models.output_artifact.OutputArtifact`

Methods inherited from ai_api_client_sdk.models.base_models.Name:
__eq__(self, other)
Return self==value.
__init__(self, name: str, **kwargs)
Initialize self.  See help(type(self)) for accurate signature.

Data descriptors inherited from ai_api_client_sdk.models.base_models.Name:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes inherited from ai_api_client_sdk.models.base_models.Name:
__hash__ = None

 
Data
        Dict = typing.Dict