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