Class: Google::Cloud::AIPlatform::V1::PurgeArtifactsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PurgeArtifactsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Response message for MetadataService.PurgeArtifacts.
Instance Attribute Summary collapse
-
#purge_count ⇒ ::Integer
The number of Artifacts that this request deleted (or, if
forceis false, the number of Artifacts that will be deleted). -
#purge_sample ⇒ ::Array<::String>
A sample of the Artifact names that will be deleted.
Instance Attribute Details
#purge_count ⇒ ::Integer
298 299 300 301 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 298 class PurgeArtifactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#purge_sample ⇒ ::Array<::String>
298 299 300 301 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 298 class PurgeArtifactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |