Cloud AI Platform v1 API - Class UserActionReference (2.13.0)

public sealed class UserActionReference : IMessage<UserActionReference>, IEquatable<UserActionReference>, IDeepCloneable<UserActionReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class UserActionReference.

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

Inheritance

object > UserActionReference

Namespace

GoogleCloudGoogle.Cloud.AIPlatformV1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UserActionReference()

public UserActionReference()

UserActionReference(UserActionReference)

public UserActionReference(UserActionReference other)
Parameter
NameDescription
otherUserActionReference

Properties

DataLabelingJob

public string DataLabelingJob { get; set; }

For API calls that start a LabelingJob. Resource name of the LabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}

Property Value
TypeDescription
string

Method

public string Method { get; set; }

The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"

Property Value
TypeDescription
string

Operation

public string Operation { get; set; }

For API calls that return a long running operation. Resource name of the long running operation. Format: projects/{project}/locations/{location}/operations/{operation}

Property Value
TypeDescription
string

ReferenceCase

public UserActionReference.ReferenceOneofCase ReferenceCase { get; }
Property Value
TypeDescription
UserActionReferenceReferenceOneofCase