Class: Google::Cloud::AIPlatform::V1::UpdateArtifactRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateArtifactRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.UpdateArtifact.
Instance Attribute Summary collapse
- #allow_missing ⇒ ::Boolean
-
#artifact ⇒ ::Google::Cloud::AIPlatform::V1::Artifact
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#allow_missing ⇒ ::Boolean
274 275 276 277 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 274 class UpdateArtifactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#artifact ⇒ ::Google::Cloud::AIPlatform::V1::Artifact
Returns Required. The Artifact containing updates.
The Artifact's Artifact.name
field is used to identify the Artifact to be updated. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
.
274 275 276 277 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 274 class UpdateArtifactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. A FieldMask indicating which fields should be updated.
274 275 276 277 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 274 class UpdateArtifactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |