Class UserActionReference (1.4.3)

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

NameDescription
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 RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset".

Inheritance

builtins.object > proto.message.Message > UserActionReference