This product is available in Vertex AI, which is the next generation of AI Platform. Migrate your resources to Vertex AI Vizier to get new machine learning features that are unavailable in AI Platform.
Checks whether a trial should stop or not. Returns a long-running operation. When the operation is successful, it will contain a CheckTrialEarlyStoppingStateResponse.
HTTP request
POST https://us-central1-ml.googleapis.com/v1/{name=projects/*/locations/*/studies/*/trials/*}:checkEarlyStoppingState
[[["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 2020-07-13 UTC."],[[["This endpoint checks if a trial should stop, returning a long-running operation that contains a `CheckTrialEarlyStoppingStateResponse` upon success."],["The HTTP request is a POST method to a specific URL that utilizes gRPC Transcoding syntax."],["The required path parameter is `name`, which represents the trial's unique identifier."],["The request body for this call is empty, requiring no input data."],["Successful operations return an instance of `Operation` in the response body, and authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]