Data Labeling v1beta1 API - Class Attempt (2.0.0-beta03)

public sealed class Attempt : IMessage<Attempt>, IEquatable<Attempt>, IDeepCloneable<Attempt>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Labeling v1beta1 API class Attempt.

Records a failed evaluation job run.

Inheritance

object > Attempt

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

Attempt()

public Attempt()

Attempt(Attempt)

public Attempt(Attempt other)
Parameter
NameDescription
otherAttempt

Properties

AttemptTime

public Timestamp AttemptTime { get; set; }
Property Value
TypeDescription
Timestamp

PartialFailures

public RepeatedField<Status> PartialFailures { get; }

Details of errors that occurred.

Property Value
TypeDescription
RepeatedFieldStatus