SuggestionStatus is the current status of a Suggestion.
Name | Type | Description | Notes |
---|---|---|---|
algorithm_settings | list[V1beta1AlgorithmSetting] | AlgorithmSettings defines HP or NAS algorithm settings which suggestion gRPC service returns. These settings overwrites Experiment's settings before the gRPC request. It can be empty if settings haven't been changed. | [optional] |
completion_time | datetime | [optional] | |
conditions | list[V1beta1SuggestionCondition] | List of observed runtime conditions for this Suggestion. | [optional] |
last_reconcile_time | datetime | [optional] | |
start_time | datetime | [optional] | |
suggestion_count | int | Number of suggestion results | [optional] |
suggestions | list[V1beta1TrialAssignment] | Suggestion results | [optional] |