Google Cloud Ai Platform V1 Client - Class UserActionReference (0.15.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class UserActionReference.

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

Generated from protobuf message google.cloud.aiplatform.v1.UserActionReference

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ operation string

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 string

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

↳ method string

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

getOperation

For API calls that return a long running operation.

Resource name of the long running operation. Format: projects/{project}/locations/{location}/operations/{operation}

Returns
TypeDescription
string

hasOperation

setOperation

For API calls that return a long running operation.

Resource name of the long running operation. Format: projects/{project}/locations/{location}/operations/{operation}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDataLabelingJob

For API calls that start a LabelingJob.

Resource name of the LabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}

Returns
TypeDescription
string

hasDataLabelingJob

setDataLabelingJob

For API calls that start a LabelingJob.

Resource name of the LabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMethod

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

Returns
TypeDescription
string

setMethod

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReference

Returns
TypeDescription
string