Class: TuneAnnotation¶
Records a parameter modification (appended, not replacing original).
URI: debrief:class/TuneAnnotation
classDiagram
class TuneAnnotation
click TuneAnnotation href "../../classes/TuneAnnotation/"
TuneAnnotation : new_value
TuneAnnotation : parameter
TuneAnnotation : previous_value
TuneAnnotation : timestamp
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| timestamp | 1 datetime |
When the tuning occurred (ISO 8601 with timezone) | direct |
| parameter | 1 String |
Name of the parameter that was changed | direct |
| previous_value | 1 String |
Value before tuning | direct |
| new_value | 1 String |
Value after tuning | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| LogEntry | tune | range | TuneAnnotation |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | debrief:TuneAnnotation |
| native | debrief:TuneAnnotation |
LinkML Source¶
Direct¶
name: TuneAnnotation
description: Records a parameter modification (appended, not replacing original).
from_schema: https://debrief.info/schemas/debrief
attributes:
timestamp:
name: timestamp
description: When the tuning occurred (ISO 8601 with timezone).
from_schema: https://debrief.info/schemas/log-entry
domain_of:
- LogEntry
- TuneAnnotation
- FileProvEntry
- FeatureSelection
range: datetime
required: true
parameter:
name: parameter
description: Name of the parameter that was changed.
from_schema: https://debrief.info/schemas/log-entry
rank: 1000
domain_of:
- TuneAnnotation
range: string
required: true
previous_value:
name: previous_value
description: Value before tuning.
from_schema: https://debrief.info/schemas/log-entry
rank: 1000
domain_of:
- TuneAnnotation
range: string
required: true
new_value:
name: new_value
description: Value after tuning.
from_schema: https://debrief.info/schemas/log-entry
rank: 1000
domain_of:
- TuneAnnotation
range: string
required: true
Induced¶
name: TuneAnnotation
description: Records a parameter modification (appended, not replacing original).
from_schema: https://debrief.info/schemas/debrief
attributes:
timestamp:
name: timestamp
description: When the tuning occurred (ISO 8601 with timezone).
from_schema: https://debrief.info/schemas/log-entry
alias: timestamp
owner: TuneAnnotation
domain_of:
- LogEntry
- TuneAnnotation
- FileProvEntry
- FeatureSelection
range: datetime
required: true
parameter:
name: parameter
description: Name of the parameter that was changed.
from_schema: https://debrief.info/schemas/log-entry
rank: 1000
alias: parameter
owner: TuneAnnotation
domain_of:
- TuneAnnotation
range: string
required: true
previous_value:
name: previous_value
description: Value before tuning.
from_schema: https://debrief.info/schemas/log-entry
rank: 1000
alias: previous_value
owner: TuneAnnotation
domain_of:
- TuneAnnotation
range: string
required: true
new_value:
name: new_value
description: Value after tuning.
from_schema: https://debrief.info/schemas/log-entry
rank: 1000
alias: new_value
owner: TuneAnnotation
domain_of:
- TuneAnnotation
range: string
required: true