Class: Google::Cloud::AIPlatform::V1::PurgeArtifactsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PurgeArtifactsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Details of operations that perform MetadataService.PurgeArtifacts.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Operation metadata for purging Artifacts.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns Operation metadata for purging Artifacts.
338 339 340 341 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 338 class PurgeArtifactsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |