Class UserActionReference (0.8.0)

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

References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.

Attributes

Name Description
operation str
For API calls that return a long running operation. Resource name of the long running operation. Format: 'projects/{project}/locations/{location}/operations/{operation}'
data_labeling_job str
For API calls that start a LabelingJob. Resource name of the LabelingJob. Format: 'projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}'
method str
The method name of the API call. For example, "/google.cloud.aiplatform.v1alpha1.DatasetService.CreateDataset".

Inheritance

builtins.object > proto.message.Message > UserActionReference