app:dynatrace.genai.observability:custom-evaluation-method)| Schema ID | Schema groups | Scope |
|---|---|---|
app:dynatrace.genai.observability:custom-evaluation-method | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.genai.observability:custom-evaluation-method |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.genai.observability:custom-evaluation-method |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.genai.observability:custom-evaluation-method |
To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.
| Property | Type | Description | Required |
|---|---|---|---|
Namename | text | A name for this evaluation method | Required |
Descriptiondescription | text | A short description of what this method evaluates | Optional |
System promptprompt | text | The LLM-as-Judge evaluation prompt. Use variables (i.e., {{input}}, {{output}}, {{context}}) as placeholders. | Required |