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
46 47 48 49 |
# File 'proto_docs/google/cloud/aiplatform/v1/user_action_reference.rb', line 46 class UserActionReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#method ⇒ ::String
46 47 48 49 |
# File 'proto_docs/google/cloud/aiplatform/v1/user_action_reference.rb', line 46 class UserActionReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation ⇒ ::String
46 47 48 49 |
# File 'proto_docs/google/cloud/aiplatform/v1/user_action_reference.rb', line 46 class UserActionReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |