Reference documentation and code samples for the Cloud AI Platform v1 API enum StudySpec.Types.MeasurementSelectionType.
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 page provides versioned documentation for the \u003ccode\u003eStudySpec.Types.MeasurementSelectionType\u003c/code\u003e enum within the Google Cloud AI Platform v1 API, with version 3.22.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eIt lists all versions from 1.0.0 to 3.22.0 of the API documentation, each linking to the corresponding version's \u003ccode\u003eStudySpec.Types.MeasurementSelectionType\u003c/code\u003e documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStudySpec.Types.MeasurementSelectionType\u003c/code\u003e enum defines how to select a final measurement from reported intermediate measurements, offering \u003ccode\u003eBEST_MEASUREMENT\u003c/code\u003e and \u003ccode\u003eLAST_MEASUREMENT\u003c/code\u003e options.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation explains that \u003ccode\u003eBEST_MEASUREMENT\u003c/code\u003e is preferable if measurements improve over time but may over-optimize noisy or irreproducible data, while \u003ccode\u003eLAST_MEASUREMENT\u003c/code\u003e is better for noisy data or scenarios where performance can decline.\u003c/p\u003e\n"],["\u003cp\u003eThe enum includes an \u003ccode\u003eUnspecified\u003c/code\u003e field, which defaults to \u003ccode\u003eLAST_MEASUREMENT\u003c/code\u003e if not specified.\u003c/p\u003e\n"]]],[],null,[]]