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 | |
---|---|
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: |
↳ data_labeling_job |
string
For API calls that start a LabelingJob. Resource name of the LabelingJob. Format: |
↳ 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}
Generated from protobuf field string operation = 1;
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}
Generated from protobuf field string operation = 1;
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}
Generated from protobuf field string data_labeling_job = 2;
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}
Generated from protobuf field string data_labeling_job = 2;
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"
Generated from protobuf field string method = 3;
Returns | |
---|---|
Type | Description |
string |
setMethod
The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
Generated from protobuf field string method = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReference
Returns | |
---|---|
Type | Description |
string |