| `created` _boolean_ | Created indicates whether the DGD has been successfully created.<br/>Used to prevent recreation if the DGD is manually deleted by users. | | |
#### DynamoComponentDeployment
...
...
@@ -423,6 +425,41 @@ _Appears in:_
| `ready` _boolean_ | Ready indicates whether the endpoint is ready to serve traffic<br/>For LoRA models: true if the POST /loras request succeeded with a 2xx status code<br/>For base models: always false (no probing performed) | | |
| `secretName` _string_ | SecretName is the name of a Kubernetes Secret containing the TLS certificate and key. | | |
#### ModelReference
...
...
@@ -556,6 +595,46 @@ _Appears in:_
| `profilerImage` _string_ | ProfilerImage specifies the container image to use for profiling jobs.<br/>This image contains the profiler code and dependencies needed for SLA-based profiling.<br/>Example: "nvcr.io/nvidia/ai-dynamo/vllm-runtime:0.6.1" | | Required: \{\}<br/> |
#### ResourceItem
_Appears in:_
-[Resources](#resources)
| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `cpu` _string_ | CPU specifies the CPU resource request/limit (e.g., "1000m", "2") | | |
| `gpu` _string_ | GPU indicates the number of GPUs to request.<br/>Total number of GPUs is NumberOfNodes * GPU in case of multinode deployment. | | |
| `gpuType` _string_ | GPUType can specify a custom GPU type, e.g. "gpu.intel.com/xe"<br/>By default if not specified, the GPU type is "nvidia.com/gpu" | | |