AIManagerNamespaceProperties interface
AI Manager namespace properties.
Properties
| annotations | Annotations applied to the Kubernetes namespace. |
| labels | Labels applied to the Kubernetes namespace. |
| provisioning |
The status of the last operation. |
Property Details
annotations
Annotations applied to the Kubernetes namespace.
annotations?: Record<string, string>
Property Value
Record<string, string>
labels
Labels applied to the Kubernetes namespace.
labels?: Record<string, string>
Property Value
Record<string, string>
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string