Class OperationMetadata (2.11.0)

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

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
delete_details google.cloud.automl_v1beta1.types.DeleteOperationMetadata
Details of a Delete operation. This field is a member of oneof_ details.
deploy_model_details google.cloud.automl_v1beta1.types.DeployModelOperationMetadata
Details of a DeployModel operation. This field is a member of oneof_ details.
undeploy_model_details google.cloud.automl_v1beta1.types.UndeployModelOperationMetadata
Details of an UndeployModel operation. This field is a member of oneof_ details.
create_model_details google.cloud.automl_v1beta1.types.CreateModelOperationMetadata
Details of CreateModel operation. This field is a member of oneof_ details.
import_data_details google.cloud.automl_v1beta1.types.ImportDataOperationMetadata
Details of ImportData operation. This field is a member of oneof_ details.
batch_predict_details google.cloud.automl_v1beta1.types.BatchPredictOperationMetadata
Details of BatchPredict operation. This field is a member of oneof_ details.
export_data_details google.cloud.automl_v1beta1.types.ExportDataOperationMetadata
Details of ExportData operation. This field is a member of oneof_ details.
export_model_details google.cloud.automl_v1beta1.types.ExportModelOperationMetadata
Details of ExportModel operation. This field is a member of oneof_ details.
export_evaluated_examples_details google.cloud.automl_v1beta1.types.ExportEvaluatedExamplesOperationMetadata
Details of ExportEvaluatedExamples operation. This field is a member of oneof_ details.
progress_percent int
Output only. Progress of operation. Range: [0, 100]. Not used currently.
partial_failures MutableSequence[google.rpc.status_pb2.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 google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the operation was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when the operation was updated for the last time.