artifacts = $artifacts; } /** * @return string[] */ public function getArtifacts() { return $this->artifacts; } /** * The resource names of the Executions to associate with the Context. Format: * `projects/{project}/locations/{location}/metadataStores/{metadatastore}/exe * cutions/{execution}` * * @param string[] $executions */ public function setExecutions($executions) { $this->executions = $executions; } /** * @return string[] */ public function getExecutions() { return $this->executions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest');