Class SuggestTrialsResponse (1.13.0)

SuggestTrialsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for VizierService.SuggestTrials.

Attributes

NameDescription
trials Sequence[google.cloud.aiplatform_v1.types.Trial]
A list of Trials.
study_state google.cloud.aiplatform_v1.types.Study.State
The state of the Study.
start_time google.protobuf.timestamp_pb2.Timestamp
The time at which the operation was started.
end_time google.protobuf.timestamp_pb2.Timestamp
The time at which operation processing completed.

Inheritance

builtins.object > proto.message.Message > SuggestTrialsResponse