Class: AIParameter¶
AI model parameter configuration
URI: revaise:AIParameter
```mermaid classDiagram class AIParameter click AIParameter href "../AIParameter/" AIParameter : parameter_description
AIParameter : parameter_name
AIParameter : parameter_value
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| parameter_name | 1 String |
Name of the parameter | direct |
| parameter_value | 1 String |
Value of the parameter | direct |
| parameter_description | 0..1 String |
Description of what this parameter controls | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| AIAssistance | ai_parameters | range | AIParameter |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:AIParameter |
| native | revaise:AIParameter |
LinkML Source¶
Direct¶
name: AIParameter
description: AI model parameter configuration
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- parameter_name
- parameter_value
- parameter_description
slot_usage:
parameter_name:
name: parameter_name
description: Name of the parameter
range: string
required: true
parameter_value:
name: parameter_value
description: Value of the parameter
range: string
required: true
parameter_description:
name: parameter_description
description: Description of what this parameter controls
range: string
Induced¶
name: AIParameter
description: AI model parameter configuration
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
parameter_name:
name: parameter_name
description: Name of the parameter
range: string
required: true
parameter_value:
name: parameter_value
description: Value of the parameter
range: string
required: true
parameter_description:
name: parameter_description
description: Description of what this parameter controls
range: string
attributes:
parameter_name:
name: parameter_name
description: Name of the parameter
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: AIParameter
domain_of:
- AIParameter
range: string
required: true
parameter_value:
name: parameter_value
description: Value of the parameter
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: AIParameter
domain_of:
- AIParameter
range: string
required: true
parameter_description:
name: parameter_description
description: Description of what this parameter controls
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: AIParameter
domain_of:
- AIParameter
range: string