Class FailedData
Further data for the failed state.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class FailedData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Output only. The error that caused the queued resource to enter the FAILED state.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type | Description |
---|---|
Status |