GPUdb.has_type( type_id = None, options = {} )
Check the existence of a type in GPUdb.
Input Parameter Description
| Name | Type | Description | 
|---|---|---|
| type_id | str | Id of the type returned by GPUdb in response to create_type request. | 
| options | dict of str | Optional parameters. Default value is an empty dict ( {} ). | 
Output Parameter Description
| Name | Type | Description | 
|---|---|---|
| type_id | str | Value of input parameter type_id. | 
| type_exists | bool | Indicates whether the type exists or not. The allowed values are: 
  |