Cloud AI Platform v1 API - Class GenericOperationMetadata (2.24.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class GenericOperationMetadata.

Generic Metadata shared by all operations.

Inheritance

object > GenericOperationMetadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GenericOperationMetadata()

public GenericOperationMetadata()

GenericOperationMetadata(GenericOperationMetadata)

public GenericOperationMetadata(GenericOperationMetadata other)
Parameter
NameDescription
otherGenericOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time when the operation was created.

Property Value
TypeDescription
Timestamp

PartialFailures

public RepeatedField<Status> PartialFailures { get; }

Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.

Property Value
TypeDescription
RepeatedFieldStatus

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.

Property Value
TypeDescription
Timestamp