View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UserActionReference (google_api_ai_platform v0.13.0)

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

Attributes

  • dataLabelingJob (type: String.t, default: nil) - For API calls that start a LabelingJob. Resource name of the LabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
  • method (type: String.t, default: nil) - The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
  • operation (type: String.t, default: nil) - For API calls that return a long running operation. Resource name of the long running operation. Format: projects/{project}/locations/{location}/operations/{operation}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1UserActionReference{
    dataLabelingJob: String.t() | nil,
    method: String.t() | nil,
    operation: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.