Class AddContextArtifactsAndExecutionsRequest (1.13.1)

AddContextArtifactsAndExecutionsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for MetadataService.AddContextArtifactsAndExecutions.

Attributes

NameDescription
context str
Required. The resource name of the Context that the Artifacts and Executions belong to. Format: ``projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}``
artifacts Sequence[str]
The resource names of the Artifacts to attribute to the Context. Format: ``projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}``
executions Sequence[str]
The resource names of the Executions to associate with the Context. Format: ``projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}``

Inheritance

builtins.object > proto.message.Message > AddContextArtifactsAndExecutionsRequest