Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UserActionReference (v0.9.1)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UserActionReference.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_labeling_job

def data_labeling_job() -> ::String
Returns
  • (::String) — For API calls that start a LabelingJob. Resource name of the LabelingJob. Format: 'projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}'

#data_labeling_job=

def data_labeling_job=(value) -> ::String
Parameter
  • value (::String) — For API calls that start a LabelingJob. Resource name of the LabelingJob. Format: 'projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}'
Returns
  • (::String) — For API calls that start a LabelingJob. Resource name of the LabelingJob. Format: 'projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}'

#method

def method() -> ::String
Returns
  • (::String) — The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"

#method=

def method=(value) -> ::String
Parameter
  • value (::String) — The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
Returns
  • (::String) — The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"

#operation

def operation() -> ::String
Returns
  • (::String) — For API calls that return a long running operation. Resource name of the long running operation. Format: 'projects/{project}/locations/{location}/operations/{operation}'

#operation=

def operation=(value) -> ::String
Parameter
  • value (::String) — For API calls that return a long running operation. Resource name of the long running operation. Format: 'projects/{project}/locations/{location}/operations/{operation}'
Returns
  • (::String) — For API calls that return a long running operation. Resource name of the long running operation. Format: 'projects/{project}/locations/{location}/operations/{operation}'