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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe content details various versions of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1\u003c/code\u003e library, with the latest version being 3.22.0, and also includes previous versions all the way down to version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe content focuses on the \u003ccode\u003eMeasurementSelectionType\u003c/code\u003e enum within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1.StudySpec.Types\u003c/code\u003e namespace, which is used to select the final measurement from a series of intermediate measurements.\u003c/p\u003e\n"],["\u003cp\u003eThere are two main options for measurement selection: \u003ccode\u003eBEST_MEASUREMENT\u003c/code\u003e, which selects the best reported measurement, and \u003ccode\u003eLAST_MEASUREMENT\u003c/code\u003e, which selects the most recently reported measurement, alongside an unspecified option.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMeasurementSelectionType\u003c/code\u003e enum is contained within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1\u003c/code\u003e namespace and is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eIf the measurements are expected to monotonically improve, then \u003ccode\u003eLAST_MEASUREMENT\u003c/code\u003e is recommended, and if the system could over-train, then \u003ccode\u003eBEST_MEASUREMENT\u003c/code\u003e should be used, whereas if measurements are significantly noisy or irreproducible, then \u003ccode\u003eLAST_MEASUREMENT\u003c/code\u003e is the better choice.\u003c/p\u003e\n"]]],[],null,[]]