You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPU defined if GPU Jobs are enabled for component. In use only for ArangoMLExtensionSpecDeploymentComponentPrediction and ArangoMLExtensionSpecDeploymentComponentTraining
GPU defined if GPU Jobs are enabled for component. In use only for ArangoMLExtensionSpecDeploymentComponentPrediction and ArangoMLExtensionSpecDeploymentComponentTraining
GPU defined if GPU Jobs are enabled for component. In use only for ArangoMLExtensionSpecDeploymentComponentPrediction and ArangoMLExtensionSpecDeploymentComponentTraining
// GPU defined if GPU Jobs are enabled for component. In use only for ArangoMLExtensionSpecDeploymentComponentPrediction and ArangoMLExtensionSpecDeploymentComponentTraining
30
+
// +doc/default: false
31
+
GPU*bool`json:"gpu,omitempty"`
32
+
29
33
// Port defines on which port the container will be listening for connections
30
34
Port*int32`json:"port,omitempty"`
31
35
32
36
// ContainerTemplate Keeps the information about Container configuration
Copy file name to clipboardExpand all lines: pkg/crd/crds/ml-extension.schema.generated.yaml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -385,6 +385,9 @@ v1alpha1:
385
385
prediction:
386
386
description: Prediction defines how Prediction workload will be deployed
387
387
properties:
388
+
gpu:
389
+
description: GPU defined if GPU Jobs are enabled for component. In use only for ArangoMLExtensionSpecDeploymentComponentPrediction and ArangoMLExtensionSpecDeploymentComponentTraining
390
+
type: boolean
388
391
image:
389
392
description: Image define image details
390
393
type: string
@@ -476,6 +479,9 @@ v1alpha1:
476
479
project:
477
480
description: Project defines how Project workload will be deployed
478
481
properties:
482
+
gpu:
483
+
description: GPU defined if GPU Jobs are enabled for component. In use only for ArangoMLExtensionSpecDeploymentComponentPrediction and ArangoMLExtensionSpecDeploymentComponentTraining
484
+
type: boolean
479
485
image:
480
486
description: Image define image details
481
487
type: string
@@ -612,6 +618,9 @@ v1alpha1:
612
618
training:
613
619
description: Training defines how Training workload will be deployed
614
620
properties:
621
+
gpu:
622
+
description: GPU defined if GPU Jobs are enabled for component. In use only for ArangoMLExtensionSpecDeploymentComponentPrediction and ArangoMLExtensionSpecDeploymentComponentTraining
0 commit comments