state property

String? state
getter/setter pair

[Output-only, Beta] Different state applicable for a training run.

IN PROGRESS: Training run is in progress. FAILED: Training run ended due to a non-retryable failure. SUCCEEDED: Training run successfully completed. CANCELLED: Training run cancelled by the user.

Implementation

core.String? state;