Class OperationMetadata (2.1.0)

OperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata used across all long running operations returned by AutoML API.

Attributes

NameDescription
delete_details .operations.DeleteOperationMetadata
Details of a Delete operation.
deploy_model_details .operations.DeployModelOperationMetadata
Details of a DeployModel operation.
undeploy_model_details .operations.UndeployModelOperationMetadata
Details of an UndeployModel operation.
create_model_details .operations.CreateModelOperationMetadata
Details of CreateModel operation.
import_data_details .operations.ImportDataOperationMetadata
Details of ImportData operation.
batch_predict_details .operations.BatchPredictOperationMetadata
Details of BatchPredict operation.
export_data_details .operations.ExportDataOperationMetadata
Details of ExportData operation.
export_model_details .operations.ExportModelOperationMetadata
Details of ExportModel operation.
export_evaluated_examples_details .operations.ExportEvaluatedExamplesOperationMetadata
Details of ExportEvaluatedExamples operation.
progress_percent int
Output only. Progress of operation. Range: [0, 100]. Not used currently.
partial_failures Sequence[.status.Status]
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.
create_time .timestamp.Timestamp
Output only. Time when the operation was created.
update_time .timestamp.Timestamp
Output only. Time when the operation was updated for the last time.