public sealed class GenericOperationMetadata : IMessage<GenericOperationMetadata>, IEquatable<GenericOperationMetadata>, IDeepCloneable<GenericOperationMetadata>, IBufferMessage, IMessageGeneric Metadata shared by all operations.
Implements
IMessage<GenericOperationMetadata>, IEquatable<GenericOperationMetadata>, IDeepCloneable<GenericOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
GenericOperationMetadata()
public GenericOperationMetadata()GenericOperationMetadata(GenericOperationMetadata)
public GenericOperationMetadata(GenericOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
GenericOperationMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Time when the operation was created.
| Property Value | |
|---|---|
| Type | Description |
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 GCP error details.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Status> |
|
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 | |
|---|---|
| Type | Description |
Timestamp |
|