objectiveai-sdk 2.0.9

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "title": "functions.Profile",
  "description": "A Profile definition, either remote or inline.\n\nProfiles contain the weights and nested configurations needed to execute\na Function. They correspond to a Function's task structure.",
  "anyOf": [
    {
      "title": "Remote",
      "description": "A remote profile with metadata.",
      "$ref": "functions.RemoteProfile"
    },
    {
      "title": "Inline",
      "description": "An inline profile definition.",
      "$ref": "functions.InlineProfile"
    }
  ]
}