Class AddContextArtifactsAndExecutionsRequest (1.36.4)

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 MutableSequence[str]
The resource names of the Artifacts to attribute to the Context. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
executions MutableSequence[str]
The resource names of the Executions to associate with the Context. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

Methods

AddContextArtifactsAndExecutionsRequest

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

Request message for MetadataService.AddContextArtifactsAndExecutions.