Class: Google::Cloud::AIPlatform::V1::DeleteArtifactRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteArtifactRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.DeleteArtifact.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. The etag of the Artifact to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.
291 292 293 294 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 291 class DeleteArtifactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the Artifact to delete.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
.
291 292 293 294 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 291 class DeleteArtifactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |