Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 753 Bytes

TuningConfig.md

File metadata and controls

15 lines (11 loc) · 753 Bytes

TuningConfig

Representation of a tuning config.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'TuningConfig' if this is a complete object or 'TuningConfigLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
name str Name of the tuning config. [optional]
spec object Spec of the tuning config. [optional]

[Back to Model list] [Back to API list] [Back to README]