ai_api_client_sdk.models.artifact_create_response module

class ai_api_client_sdk.models.artifact_create_response.ArtifactCreateResponse(id: str, message: str, url: str, **kwargs)

Bases: BasicResponse

The ArtifactCreateResponse object defines the response of the artifact create request :param id: ID of the artifact :type id: str :param message: Response message from the server :type message: str :param url: URL of the artifact :type url: str :param **kwargs: The keyword arguments are there in case there are additional attributes returned from server

__init__(id: str, message: str, url: str, **kwargs)
static from_dict(response_dict: Dict[str, Any])

Returns a ai_api_client_sdk.models.artifact_create_response.ArtifactCreateResponse object, created from the values in the dict provided as parameter

Parameters:

response_dict (Dict[str, Any]) – Dict which includes the necessary values to create the object

Returns:

An object, created from the values provided

Return type:

class:ai_api_client_sdk.models.artifact_create_response.ArtifactCreateResponse