Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Output only. time when the NasTrial's status changed to SUCCEEDED or INFEASIBLE.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Indicates that a specific NasTrial has been requested, but it has not yet been suggested by the service.
ACTIVE
Indicates that the NasTrial has been suggested.
STOPPING
Indicates that the NasTrial should stop according to the service.
SUCCEEDED
Indicates that the NasTrial is completed successfully.
INFEASIBLE
Indicates that the NasTrial should not be attempted again. The service will set a NasTrial to INFEASIBLE when it's done but missing the finalMeasurement.
[[["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-06-27 UTC."],[],[],null,["# NasTrial\n\nRepresents a uCAIP NasJob trial.\nFields `id` `string` \nOutput only. The identifier of the NasTrial assigned by the service.\n`state` `enum (`[State](/vertex-ai/docs/reference/rest/v1/NasTrial#State)`)` \nOutput only. The detailed state of the NasTrial.\n`finalMeasurement` `object (`[Measurement](/vertex-ai/docs/reference/rest/v1/Measurement)`)` \nOutput only. The final measurement containing the objective value.\n`startTime` `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` \nOutput only. time when the NasTrial was started.\n\nUses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`.\n`endTime` `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` \nOutput only. time when the NasTrial's status changed to `SUCCEEDED` or `INFEASIBLE`.\n\nUses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. \n\nState\n-----\n\nDescribes a NasTrial state."]]