Class: Google::Cloud::AIPlatform::V1::GetExecutionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GetExecutionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.GetExecution.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Execution to retrieve.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
.
681 682 683 684 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 681 class GetExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |