This indicates which measurement to use if/when the service automatically
selects the final measurement from previously reported intermediate
measurements. Choose this based on two considerations:
A) Do you expect your measurements to monotonically improve?
If so, choose LAST_MEASUREMENT. On the other hand, if you're in a
situation where your system can "over-train" and you expect the
performance to get better for a while but then start declining,
choose BEST_MEASUREMENT.
B) Are your measurements significantly noisy and/or irreproducible?
If so, BEST_MEASUREMENT will tend to be over-optimistic, and it
may be better to choose LAST_MEASUREMENT.
If both or neither of (A) and (B) apply, it doesn't matter which
selection type is chosen.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["The content lists available versions of `Google.Cloud.AIPlatform.V1.StudySpec.Types.MeasurementSelectionType`, ranging from the latest version `3.22.0` down to `1.0.0`."],["`MeasurementSelectionType` is an enum used to determine which measurement to use, whether the last or the best, when the service selects the final result from the previously reported intermediate measurements."],["The selection between `LastMeasurement` and `BestMeasurement` should be based on whether measurements improve monotonically or if they are noisy/irreproducible, with `LastMeasurement` being more appropriate for over-training situations or noisy data, and `BestMeasurement` for improving measurements."],["There are three fields within `MeasurementSelectionType`: `BestMeasurement` which uses the best measurement reported, `LastMeasurement` which uses the last measurement reported, and `Unspecified` which is treated the same as `LastMeasurement`."]]],[]]