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
force
is 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
Returns The number of Artifacts that this request deleted (or, if force
is false,
the number of Artifacts that will be deleted). This can be an estimate.
307 308 309 310 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 307 class PurgeArtifactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#purge_sample ⇒ ::Array<::String>
Returns A sample of the Artifact names that will be deleted.
Only populated if force
is set to false. The maximum number of samples is
100 (it is possible to return fewer).
307 308 309 310 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 307 class PurgeArtifactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |