Class GoogleCloudAiplatformV1UserActionReference
References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1UserActionReference : IDirectResponseSchema
Properties
DataLabelingJob
For API calls that start a LabelingJob. Resource name of the LabelingJob. Format:
projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
Declaration
[JsonProperty("dataLabelingJob")]
public virtual string DataLabelingJob { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Method
The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
Type | Description |
---|---|
string |
Operation
For API calls that return a long running operation. Resource name of the long running operation. Format:
projects/{project}/locations/{location}/operations/{operation}
Declaration
[JsonProperty("operation")]
public virtual string Operation { get; set; }
Property Value
Type | Description |
---|---|
string |