Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.07 KB

V1alpha3TrialSpec.md

File metadata and controls

14 lines (10 loc) · 1.07 KB

V1alpha3TrialSpec

Properties

Name Type Description Notes
metrics_collector V1alpha3MetricsCollectorSpec Describes how metrics will be collected [optional]
objective V1alpha3ObjectiveSpec Describes the objective of the experiment. [optional]
parameter_assignments list[V1alpha3ParameterAssignment] Key-value pairs for hyperparameters and assignment values.
retain_run bool Whether to retain the trial run object after completed. [optional]
run_spec str Raw text for the trial run spec. This can be any generic Kubernetes runtime object. The trial operator should create the resource as written, and let the corresponding resource controller (e.g. tf-operator) handle the rest. [optional]

[Back to Model list] [Back to API list] [Back to README]