Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1beta1Attempt

Records a failed evaluation job run.

Inheritance
object
GoogleCloudDatalabelingV1beta1Attempt
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1Attempt : IDirectResponseSchema

Properties

AttemptTime

object representation of AttemptTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use AttemptTimeDateTimeOffset instead.")]
public virtual object AttemptTime { get; set; }
Property Value
Type Description
object

AttemptTimeDateTimeOffset

DateTimeOffset representation of AttemptTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? AttemptTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

AttemptTimeRaw

Declaration
[JsonProperty("attemptTime")]
public virtual string AttemptTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PartialFailures

Details of errors that occurred.

Declaration
[JsonProperty("partialFailures")]
public virtual IList<GoogleRpcStatus> PartialFailures { get; set; }
Property Value
Type Description
IList<GoogleRpcStatus>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX