Class OperationMetadata
Metadata used across all long running operations returned by AutoML API.
Inheritance
System.Object
OperationMetadata
Implements
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Google.Cloud.AutoML.V1.dll
public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Constructors
Declaration
public OperationMetadata()
Declaration
public OperationMetadata(OperationMetadata other)
Parameters
Properties
Details of BatchPredict operation.
Declaration
public BatchPredictOperationMetadata BatchPredictDetails { get; set; }
Property Value
Details of CreateDataset operation.
Declaration
public CreateDatasetOperationMetadata CreateDatasetDetails { get; set; }
Property Value
Details of CreateModel operation.
Declaration
public CreateModelOperationMetadata CreateModelDetails { get; set; }
Property Value
Output only. Time when the operation was created.
Declaration
public Timestamp CreateTime { get; set; }
Property Value
Details of a Delete operation.
Declaration
public DeleteOperationMetadata DeleteDetails { get; set; }
Property Value
Details of a DeployModel operation.
Declaration
public DeployModelOperationMetadata DeployModelDetails { get; set; }
Property Value
Declaration
public OperationMetadata.DetailsOneofCase DetailsCase { get; }
Property Value
Details of ExportData operation.
Declaration
public ExportDataOperationMetadata ExportDataDetails { get; set; }
Property Value
Details of ExportModel operation.
Declaration
public ExportModelOperationMetadata ExportModelDetails { get; set; }
Property Value
Details of ImportData operation.
Declaration
public ImportDataOperationMetadata ImportDataDetails { get; set; }
Property Value
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.
Declaration
public RepeatedField<Status> PartialFailures { get; }
Property Value
Output only. Progress of operation. Range: [0, 100].
Not used currently.
Declaration
public int ProgressPercent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Details of an UndeployModel operation.
Declaration
public UndeployModelOperationMetadata UndeployModelDetails { get; set; }
Property Value
Output only. Time when the operation was updated for the last time.
Declaration
public Timestamp UpdateTime { get; set; }
Property Value