attempts property

List<GoogleCloudDatalabelingV1beta1Attempt>? attempts
getter/setter pair

Every time the evaluation job runs and an error occurs, the failed attempt is appended to this array.

Output only.

Implementation

core.List<GoogleCloudDatalabelingV1beta1Attempt>? attempts;