ai_api_client_sdk.models.artifact_query_response module¶
- class ai_api_client_sdk.models.artifact_query_response.ArtifactQueryResponse(resources: List[Artifact], count: int, **kwargs)¶
Bases:
QueryResponseThe ArtifactQueryResponse object defines the response of the artifact query request :param resources: List of the artifacts returned from the server :type resources: List[class:ai_api_client_sdk.models.artifact.Artifact] :param count: Total number of the queried artifacts :type count: int :param **kwargs: The keyword arguments are there in case there are additional attributes returned from server
- static from_dict(response_dict: Dict[str, Any])¶
Returns a
ai_api_client_sdk.models.artifact_query_response.ArtifactQueryResponseobject, 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_query_response.ArtifactQueryResponse