OperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata used across all long running operations returned by AutoML API.
Attributes
Name | Description |
delete_details |
google.cloud.automl_v1.types.DeleteOperationMetadata
Details of a Delete operation. |
deploy_model_details |
google.cloud.automl_v1.types.DeployModelOperationMetadata
Details of a DeployModel operation. |
undeploy_model_details |
google.cloud.automl_v1.types.UndeployModelOperationMetadata
Details of an UndeployModel operation. |
create_model_details |
google.cloud.automl_v1.types.CreateModelOperationMetadata
Details of CreateModel operation. |
create_dataset_details |
google.cloud.automl_v1.types.CreateDatasetOperationMetadata
Details of CreateDataset operation. |
import_data_details |
google.cloud.automl_v1.types.ImportDataOperationMetadata
Details of ImportData operation. |
batch_predict_details |
google.cloud.automl_v1.types.BatchPredictOperationMetadata
Details of BatchPredict operation. |
export_data_details |
google.cloud.automl_v1.types.ExportDataOperationMetadata
Details of ExportData operation. |
export_model_details |
google.cloud.automl_v1.types.ExportModelOperationMetadata
Details of ExportModel operation. |
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. |