# Functions
Resource is required by pkg/client/listers/...
# Constants
DefaultJobFailureCondition is the default value of spec.trialTemplate.failureCondition for Job.
DefaultJobSuccessCondition is the default value of spec.trialTemplate.successCondition for Job.
DefaultKubeflowJobFailureCondition is the default value of spec.trialTemplate.failureCondition for Kubeflow Training Job.
DefaultKubeflowJobSuccessCondition is the default value of spec.trialTemplate.successCondition for Kubeflow Training Job.
DefaultResumePolicy is the default value of spec.resumePolicy.
DefaultTrialParallelCount is the default value of spec.parallelTrialCount.
FromVolume indicates that volume is attached to experiment's suggestion.
LongRunning indicates that experiment's suggestion resources (deployment and service) are always running.
NeverResume indicates that experiment can't be resumed.
# Variables
DefaultKubeflowJobPrimaryPodLabels is the default value of spec.trialTemplate.primaryPodLabels for Kubeflow Training Job.
KubeflowJobKinds is the list of Kubeflow Training Job kinds.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
SchemeGroupVersion is group version used to register these objects.
# Structs
ConfigMapSource references the config map where trial template is located.
Structure of the Experiment custom resource.
ExperimentCondition describes the state of the experiment at a certain point.
ExperimentList contains a list of Experiments.
ExperimentSpec is the specification of an Experiment.
ExperimentStatus is the current status of an Experiment.
GraphConfig contains a config of DAG.
NasConfig contains config for NAS job.
Operation contains type of operation in DAG.
OptimalTrial is the metrics and assignments of the best trial.
TrialParameterSpec describes parameters that must be replaced in trial template.
TrialSource represent the source for trial template Only one source can be specified.
TrialTemplate describes structure of trial template.
# Type aliases
ExperimentConditionType defines the state of an Experiment.
ResumePolicyType describes how the experiment should be resumed.