Class: Google::Cloud::AIPlatform::V1::PurgeArtifactsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.



328
329
330
331
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 328

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).

Returns:

  • (::Array<::String>)

    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).



328
329
330
331
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 328

class PurgeArtifactsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end