Show / Hide Table of Contents

Class Attempt

Records a failed evaluation job run.

Inheritance
System.Object
Attempt
Implements
IMessage<Attempt>
System.IEquatable<Attempt>
IDeepCloneable<Attempt>
Google.Protobuf.IBufferMessage
IMessage
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>
Back to top