Represents a inference endpoint job
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| CreateTime | string | ✅ | The time the job was created. |
| Events | List<InferenceEndpointJobEvent> | ✅ | The list of events. |
| Id | string | ✅ | The inference endpoint job identifier. |
| InferenceEndpointName | string | ✅ | The inference endpoint name. |
| Input_ | object | ✅ | The job input. May be any valid JSON. |
| OrganizationName | string | ✅ | The organization name. |
| Status | Status | ✅ | The current status. |
| UpdateTime | string | ✅ | The time the job was last updated. |
| Metadata | object | ❌ | The job metadata. May be any valid JSON. |
| Output | object | ❌ | The job output. May be any valid JSON. |
| Webhook | string | ❌ | The webhook URL called when the job completes. |
| WebhookUrl | string | ❌ | The webhook URL called when the job completes. |