Class OperationMetadata

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_v1.types.DeleteOperationMetadata
Details of a Delete operation. This field is a member of `oneof`_ ``details``.
deploy_model_details google.cloud.automl_v1.types.DeployModelOperationMetadata
Details of a DeployModel operation. This field is a member of `oneof`_ ``details``.
undeploy_model_details google.cloud.automl_v1.types.UndeployModelOperationMetadata
Details of an UndeployModel operation. This field is a member of `oneof`_ ``details``.
create_model_details google.cloud.automl_v1.types.CreateModelOperationMetadata
Details of CreateModel operation. This field is a member of `oneof`_ ``details``.
create_dataset_details google.cloud.automl_v1.types.CreateDatasetOperationMetadata
Details of CreateDataset operation. This field is a member of `oneof`_ ``details``.
import_data_details google.cloud.automl_v1.types.ImportDataOperationMetadata
Details of ImportData operation. This field is a member of `oneof`_ ``details``.
batch_predict_details google.cloud.automl_v1.types.BatchPredictOperationMetadata
Details of BatchPredict operation. This field is a member of `oneof`_ ``details``.
export_data_details google.cloud.automl_v1.types.ExportDataOperationMetadata
Details of ExportData operation. This field is a member of `oneof`_ ``details``.
export_model_details google.cloud.automl_v1.types.ExportModelOperationMetadata
Details of ExportModel 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 Sequence[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.

Inheritance

builtins.object > proto.message.Message > OperationMetadata