Class: Google::Cloud::AIPlatform::V1::UserActionReference
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UserActionReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/user_action_reference.rb
Overview
References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.
Instance Attribute Summary collapse
-
#data_labeling_job ⇒ ::String
For API calls that start a LabelingJob.
-
#method ⇒ ::String
The method name of the API RPC call.
-
#operation ⇒ ::String
For API calls that return a long running operation.
Instance Attribute Details
#data_labeling_job ⇒ ::String
Returns For API calls that start a LabelingJob.
Resource name of the LabelingJob.
Format:
projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
.
42 43 44 45 |
# File 'proto_docs/google/cloud/aiplatform/v1/user_action_reference.rb', line 42 class UserActionReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#method ⇒ ::String
Returns The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset".
42 43 44 45 |
# File 'proto_docs/google/cloud/aiplatform/v1/user_action_reference.rb', line 42 class UserActionReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation ⇒ ::String
Returns For API calls that return a long running operation.
Resource name of the long running operation.
Format:
projects/{project}/locations/{location}/operations/{operation}
.
42 43 44 45 |
# File 'proto_docs/google/cloud/aiplatform/v1/user_action_reference.rb', line 42 class UserActionReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |