Class AddContextArtifactsAndExecutionsRequest (1.0.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.
executions Sequence[str]
The resource names of the Executions to associate with the Context.

Inheritance

builtins.object > proto.message.Message > AddContextArtifactsAndExecutionsRequest