Class: Google::Cloud::AIPlatform::V1::UpdateArtifactRequest

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

Request message for MetadataService.UpdateArtifact.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

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



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

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}



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.

Returns:



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