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

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
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
Name Description
var string
Returns
Type Description
$this

getDataLabelingJob

For API calls that start a LabelingJob.

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

Returns
Type Description
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
Name Description
var string
Returns
Type Description
$this

getMethod

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

Returns
Type Description
string

setMethod

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

Parameter
Name Description
var string
Returns
Type Description
$this

getReference

Returns
Type Description
string