Class Attempt
Records a failed evaluation job run.
Inheritance
System.Object
Attempt
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class Attempt : IMessage<Attempt>, IEquatable<Attempt>, IDeepCloneable<Attempt>, IBufferMessage, IMessage
Constructors
Attempt()
Declaration
public Attempt()
Attempt(Attempt)
Declaration
public Attempt(Attempt other)
Parameters
| Type | Name | Description |
|---|---|---|
| Attempt | other |
Properties
AttemptTime
Declaration
public Timestamp AttemptTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Timestamp |
PartialFailures
Details of errors that occurred.
Declaration
public RepeatedField<Status> PartialFailures { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<Status> |