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.



256
257
258
259
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 256

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}



256
257
258
259
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 256

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



256
257
258
259
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 256

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