2024-01-08 11:28:31 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
parent: CRD reference
|
|
|
|
title: ArangoMLBatchJob V1Alpha1
|
|
|
|
---
|
|
|
|
|
2023-11-08 15:36:20 +00:00
|
|
|
# API Reference for ArangoMLBatchJob V1Alpha1
|
|
|
|
|
|
|
|
## Spec
|
|
|
|
|
2023-12-11 19:53:25 +00:00
|
|
|
### .spec
|
|
|
|
|
2024-10-14 14:35:16 +00:00
|
|
|
Type: `batch.Job` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/ml/v1alpha1/batchjob_spec.go#L33)</sup>
|
2023-12-11 19:53:25 +00:00
|
|
|
|
|
|
|
Links:
|
|
|
|
* [Kubernetes Documentation](https://godoc.org/k8s.io/api/batch/v1#JobSpec)
|
|
|
|
|
2023-11-08 15:36:20 +00:00
|
|
|
## Status
|
|
|
|
|
2023-12-11 19:53:25 +00:00
|
|
|
### .status
|
|
|
|
|
2024-10-14 14:35:16 +00:00
|
|
|
Type: `batch.JobStatus` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/ml/v1alpha1/batchjob_status.go#L37)</sup>
|
2023-12-11 19:53:25 +00:00
|
|
|
|
|
|
|
Links:
|
|
|
|
* [Kubernetes Documentation](https://godoc.org/k8s.io/api/batch/v1#JobStatus)
|
|
|
|
|
|
|
|
***
|
|
|
|
|
2023-12-18 14:51:12 +00:00
|
|
|
### .status.mlConditions
|
2023-11-24 08:18:21 +00:00
|
|
|
|
2024-10-14 14:35:16 +00:00
|
|
|
Type: `api.MLConditions` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/ml/v1alpha1/batchjob_status.go#L33)</sup>
|
2023-11-24 08:18:21 +00:00
|
|
|
|
2023-12-18 14:51:12 +00:00
|
|
|
MLConditions specific to the entire batch job
|
2023-11-24 08:18:21 +00:00
|
|
|
|
2023-12-11 19:53:25 +00:00
|
|
|
***
|
|
|
|
|
2024-04-05 12:53:05 +00:00
|
|
|
### .status.ref.checksum
|
|
|
|
|
2024-10-14 14:35:16 +00:00
|
|
|
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/shared/v1/object.go#L61)</sup>
|
2024-04-05 12:53:05 +00:00
|
|
|
|
|
|
|
UID keeps the information about object Checksum
|
|
|
|
|
|
|
|
***
|
|
|
|
|
2023-12-11 19:53:25 +00:00
|
|
|
### .status.ref.name
|
|
|
|
|
2024-10-14 14:35:16 +00:00
|
|
|
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/shared/v1/object.go#L52)</sup>
|
2023-12-11 19:53:25 +00:00
|
|
|
|
|
|
|
Name of the object
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
|
|
### .status.ref.namespace
|
|
|
|
|
2024-10-14 14:35:16 +00:00
|
|
|
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/shared/v1/object.go#L55)</sup>
|
2023-12-11 19:53:25 +00:00
|
|
|
|
|
|
|
Namespace of the object. Should default to the namespace of the parent object
|
|
|
|
|
|
|
|
***
|
|
|
|
|
|
|
|
### .status.ref.uid
|
|
|
|
|
2024-10-14 14:35:16 +00:00
|
|
|
Type: `string` <sup>[\[ref\]](https://github.com/arangodb/kube-arangodb/blob/1.2.43/pkg/apis/shared/v1/object.go#L58)</sup>
|
2023-12-11 19:53:25 +00:00
|
|
|
|
|
|
|
UID keeps the information about object UID
|
|
|
|
|