# Functions
ConvertObjectToUnstructured returns Unstructured from Kubernetes Object value.
ConvertStringToUnstructured returns Unstructured from string value.
ConvertUnstructuredToString returns string from Unstructured value.
GetAlgorithmEndpoint returns the endpoint of the Suggestion service with HP or NAS algorithm.
GetEarlyStoppingEndpoint returns the endpoint of the EarlyStopping service.
GetSuggestionDeploymentName returns name for the suggestion's deployment.
GetSuggestionPersistentVolumeClaimName returns name for the suggestion's PVC.
GetSuggestionPersistentVolumeName returns name for the suggestion's PV.
GetSuggestionRBACName returns name for the suggestion's ServiceAccount, Role and RoleBinding.
GetSuggestionServiceName returns name for the suggestion's service.
SuggestionAnnotations returns the expected suggestion annotations.
SuggestionLabels returns the expected suggestion labels.
TrialLabels returns the expected trial labels.