|
|
@@ -21,8 +21,6 @@ spec: |
|
|
- name: v1alpha1 |
|
|
- name: v1alpha1 |
|
|
schema: |
|
|
schema: |
|
|
openAPIV3Schema: |
|
|
openAPIV3Schema: |
|
|
description: LifelongLearningJob describes the data that a lifelonglearningjob |
|
|
|
|
|
resource should have |
|
|
|
|
|
properties: |
|
|
properties: |
|
|
apiVersion: |
|
|
apiVersion: |
|
|
description: 'APIVersion defines the versioned schema of this representation |
|
|
description: 'APIVersion defines the versioned schema of this representation |
|
|
@@ -37,7 +35,6 @@ spec: |
|
|
metadata: |
|
|
metadata: |
|
|
type: object |
|
|
type: object |
|
|
spec: |
|
|
spec: |
|
|
description: LLJobSpec is a description of a lifelonglearningjob |
|
|
|
|
|
properties: |
|
|
properties: |
|
|
credentialName: |
|
|
credentialName: |
|
|
description: the credential referer for OutputDir |
|
|
description: the credential referer for OutputDir |
|
|
@@ -53,7 +50,7 @@ spec: |
|
|
- trainProb |
|
|
- trainProb |
|
|
type: object |
|
|
type: object |
|
|
deploySpec: |
|
|
deploySpec: |
|
|
description: DeploySpec describes the deploy model to be updated |
|
|
|
|
|
|
|
|
description: LLDeploySpec describes the deploy model to be updated |
|
|
properties: |
|
|
properties: |
|
|
template: |
|
|
template: |
|
|
description: PodTemplateSpec describes the data a pod should have |
|
|
description: PodTemplateSpec describes the data a pod should have |
|
|
@@ -6627,7 +6624,7 @@ spec: |
|
|
- template |
|
|
- template |
|
|
type: object |
|
|
type: object |
|
|
evalSpec: |
|
|
evalSpec: |
|
|
description: EvalSpec describes the data an eval worker should have |
|
|
|
|
|
|
|
|
description: LLEvalSpec describes the data an eval worker should have |
|
|
properties: |
|
|
properties: |
|
|
template: |
|
|
template: |
|
|
description: PodTemplateSpec describes the data a pod should have |
|
|
description: PodTemplateSpec describes the data a pod should have |
|
|
@@ -13203,7 +13200,8 @@ spec: |
|
|
outputDir: |
|
|
outputDir: |
|
|
type: string |
|
|
type: string |
|
|
trainSpec: |
|
|
trainSpec: |
|
|
description: TrainSpec describes the data an train worker should have |
|
|
|
|
|
|
|
|
description: LLTrainSpec describes the data an train worker should |
|
|
|
|
|
have |
|
|
properties: |
|
|
properties: |
|
|
template: |
|
|
template: |
|
|
description: PodTemplateSpec describes the data a pod should have |
|
|
description: PodTemplateSpec describes the data a pod should have |
|
|
@@ -19825,7 +19823,7 @@ spec: |
|
|
format: date-time |
|
|
format: date-time |
|
|
type: string |
|
|
type: string |
|
|
conditions: |
|
|
conditions: |
|
|
description: The latest available observations of a incrementllearning |
|
|
|
|
|
|
|
|
description: The latest available observations of a lifelonglearning |
|
|
job's current state. |
|
|
job's current state. |
|
|
items: |
|
|
items: |
|
|
description: LLJobCondition describes current state of a job. see |
|
|
description: LLJobCondition describes current state of a job. see |
|
|
|