Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UpdateArtifactRequest (v0.7.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UpdateArtifactRequest.

Request message for MetadataService.UpdateArtifact.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

def allow_missing() -> ::Boolean
Returns
  • (::Boolean) — If set to true, and the Artifact is not found, a new Artifact is created.

#allow_missing=

def allow_missing=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true, and the Artifact is not found, a new Artifact is created.
Returns
  • (::Boolean) — If set to true, and the Artifact is not found, a new Artifact is created.

#artifact

def artifact() -> ::Google::Cloud::AIPlatform::V1::Artifact
Returns
  • (::Google::Cloud::AIPlatform::V1::Artifact) — 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}

#artifact=

def artifact=(value) -> ::Google::Cloud::AIPlatform::V1::Artifact
Parameter
  • value (::Google::Cloud::AIPlatform::V1::Artifact) — 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}
Returns
  • (::Google::Cloud::AIPlatform::V1::Artifact) — 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}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.
Returns
  • (::Google::Protobuf::FieldMask) — Optional. A FieldMask indicating which fields should be updated. Functionality of this field is not yet supported.