NasTrial

Represents a uCAIP NasJob trial.

Fields
idstring

Output only. The identifier of the NasTrial assigned by the service.

stateenum (State)

Output only. The detailed state of the NasTrial.

finalMeasurementobject (Measurement)

Output only. The final measurement containing the objective value.

startTimestring (Timestamp format)

Output only. time when the NasTrial was started.

Uses RFC 3339, where generated output will always be Z-normalized and use 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".

endTimestring (Timestamp format)

Output only. time when the NasTrial's status changed toSUCCEEDED orINFEASIBLE.

Uses RFC 3339, where generated output will always be Z-normalized and use 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".

JSON representation
{"id":string,"state":enum (State),"finalMeasurement":{object (Measurement)},"startTime":string,"endTime":string}

State

Describes a NasTrial state.

Enums
STATE_UNSPECIFIEDThe NasTrial state is unspecified.
REQUESTEDIndicates that a specific NasTrial has been requested, but it has not yet been suggested by the service.
ACTIVEIndicates that the NasTrial has been suggested.
STOPPINGIndicates that the NasTrial should stop according to the service.
SUCCEEDEDIndicates that the NasTrial is completed successfully.
INFEASIBLEIndicates that the NasTrial should not be attempted again. The service will set a NasTrial to INFEASIBLE when it's done but missing the finalMeasurement.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-09-22 UTC.